tests/avante: remove deprecated model option local

This commit is contained in:
Gaetan Lepage 2024-11-20 23:51:25 +01:00
parent 5f0b33710a
commit 2f71c4250b
2 changed files with 1 additions and 6 deletions

View file

@ -1,6 +1,6 @@
{ lib, ... }: { lib, ... }:
let let
inherit (lib.nixvim) defaultNullOpts mkNullOrOption' toLuaObject; inherit (lib.nixvim) defaultNullOpts mkNullOrOption';
in in
lib.nixvim.neovim-plugin.mkNeovimPlugin { lib.nixvim.neovim-plugin.mkNeovimPlugin {
name = "avante"; name = "avante";

View file

@ -21,7 +21,6 @@
timeout = 30000; timeout = 30000;
temperature = 0; temperature = 0;
max_tokens = 4096; max_tokens = 4096;
local = false;
}; };
copilot = { copilot = {
endpoint = "https://api.githubcopilot.com"; endpoint = "https://api.githubcopilot.com";
@ -39,7 +38,6 @@
timeout = 30000; timeout = 30000;
temperature = 0; temperature = 0;
max_tokens = 4096; max_tokens = 4096;
local = false;
}; };
claude = { claude = {
endpoint = "https://api.anthropic.com"; endpoint = "https://api.anthropic.com";
@ -47,7 +45,6 @@
timeout = 30000; timeout = 30000;
temperature = 0; temperature = 0;
max_tokens = 8000; max_tokens = 8000;
local = false;
}; };
gemini = { gemini = {
endpoint = "https://generativelanguage.googleapis.com/v1beta/models"; endpoint = "https://generativelanguage.googleapis.com/v1beta/models";
@ -55,7 +52,6 @@
timeout = 30000; timeout = 30000;
temperature = 0; temperature = 0;
max_tokens = 4096; max_tokens = 4096;
local = false;
}; };
cohere = { cohere = {
endpoint = "https://api.cohere.com/v1"; endpoint = "https://api.cohere.com/v1";
@ -63,7 +59,6 @@
timeout = 30000; timeout = 30000;
temperature = 0; temperature = 0;
max_tokens = 4096; max_tokens = 4096;
local = false;
}; };
vendors = { }; vendors = { };
behaviour = { behaviour = {