this causes problems for some reason
This commit is contained in:
parent
d827b46492
commit
657fba9246
1 changed files with 11 additions and 11 deletions
|
|
@ -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";
|
||||
# };
|
||||
# };
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue