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 = {
|
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";
|
||||||
};
|
# };
|
||||||
};
|
# };
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue