diff --git a/config/plugins/avante.nix b/config/plugins/avante.nix index b840d4d..76b93ec 100644 --- a/config/plugins/avante.nix +++ b/config/plugins/avante.nix @@ -2,17 +2,17 @@ plugins.avante = { lazyLoad.settings.event = ["DeferredUIEnter"]; settings = { - provider = "claude"; - providers = { - claude = { - endpoint = "https://api.anthropic.com"; - extra_request_body = { - max_tokens = 4096; - temperature = 0; - }; - model = "claude-3-5-sonnet-20240620"; - }; - }; + # provider = "claude"; + # providers = { + # claude = { + # endpoint = "https://api.anthropic.com"; + # extra_request_body = { + # max_tokens = 4096; + # temperature = 0; + # }; + # model = "claude-3-5-sonnet-20240620"; + # }; + # }; }; }; }