mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-20 16:15:43 +02:00
tests/avante: remove deprecated model option local
This commit is contained in:
parent
5f0b33710a
commit
2f71c4250b
2 changed files with 1 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
{ lib, ... }:
|
||||
let
|
||||
inherit (lib.nixvim) defaultNullOpts mkNullOrOption' toLuaObject;
|
||||
inherit (lib.nixvim) defaultNullOpts mkNullOrOption';
|
||||
in
|
||||
lib.nixvim.neovim-plugin.mkNeovimPlugin {
|
||||
name = "avante";
|
||||
|
|
|
@ -21,7 +21,6 @@
|
|||
timeout = 30000;
|
||||
temperature = 0;
|
||||
max_tokens = 4096;
|
||||
local = false;
|
||||
};
|
||||
copilot = {
|
||||
endpoint = "https://api.githubcopilot.com";
|
||||
|
@ -39,7 +38,6 @@
|
|||
timeout = 30000;
|
||||
temperature = 0;
|
||||
max_tokens = 4096;
|
||||
local = false;
|
||||
};
|
||||
claude = {
|
||||
endpoint = "https://api.anthropic.com";
|
||||
|
@ -47,7 +45,6 @@
|
|||
timeout = 30000;
|
||||
temperature = 0;
|
||||
max_tokens = 8000;
|
||||
local = false;
|
||||
};
|
||||
gemini = {
|
||||
endpoint = "https://generativelanguage.googleapis.com/v1beta/models";
|
||||
|
@ -55,7 +52,6 @@
|
|||
timeout = 30000;
|
||||
temperature = 0;
|
||||
max_tokens = 4096;
|
||||
local = false;
|
||||
};
|
||||
cohere = {
|
||||
endpoint = "https://api.cohere.com/v1";
|
||||
|
@ -63,7 +59,6 @@
|
|||
timeout = 30000;
|
||||
temperature = 0;
|
||||
max_tokens = 4096;
|
||||
local = false;
|
||||
};
|
||||
vendors = { };
|
||||
behaviour = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue