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, ... }:
let
inherit (lib.nixvim) defaultNullOpts mkNullOrOption' toLuaObject;
inherit (lib.nixvim) defaultNullOpts mkNullOrOption';
in
lib.nixvim.neovim-plugin.mkNeovimPlugin {
name = "avante";

View file

@ -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 = {