set providers
This commit is contained in:
parent
17c6b291f2
commit
d8efd81cbd
1 changed files with 7 additions and 2 deletions
|
|
@ -2,8 +2,9 @@
|
|||
plugins.avante = {
|
||||
lazyLoad.settings.event = ["DeferredUIEnter"];
|
||||
settings = {
|
||||
# provider = "ollama";
|
||||
# provider = "claude";
|
||||
# providers = {
|
||||
providers = {
|
||||
# claude = {
|
||||
# endpoint = "https://api.anthropic.com";
|
||||
# extra_request_body = {
|
||||
|
|
@ -12,7 +13,11 @@
|
|||
# };
|
||||
# model = "claude-3-5-sonnet-20240620";
|
||||
# };
|
||||
# };
|
||||
ollama = {
|
||||
endpoint = "http://localhost:11434";
|
||||
model = "qwen2.5-coder:32b";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue