avante saves the day
This commit is contained in:
parent
a5cf35dec0
commit
bb8391d7d9
1 changed files with 15 additions and 0 deletions
15
config/plugins/avante.nix
Normal file
15
config/plugins/avante.nix
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
plugins.avante.settings = {
|
||||
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