this causes problems for some reason

This commit is contained in:
Osman Faruk Bayram 2025-06-19 12:37:26 +03:00
parent d827b46492
commit 657fba9246

View file

@ -2,17 +2,17 @@
plugins.avante = { plugins.avante = {
lazyLoad.settings.event = ["DeferredUIEnter"]; lazyLoad.settings.event = ["DeferredUIEnter"];
settings = { settings = {
provider = "claude"; # provider = "claude";
providers = { # providers = {
claude = { # claude = {
endpoint = "https://api.anthropic.com"; # endpoint = "https://api.anthropic.com";
extra_request_body = { # extra_request_body = {
max_tokens = 4096; # max_tokens = 4096;
temperature = 0; # temperature = 0;
}; # };
model = "claude-3-5-sonnet-20240620"; # model = "claude-3-5-sonnet-20240620";
}; # };
}; # };
}; };
}; };
} }