mirror of
https://github.com/tuxdotrs/tnvim.git
synced 2025-08-22 23:51:03 +05:30
feat(avante): add google provider
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
local opts = {
|
||||
provider = "hyperbolic",
|
||||
provider = "google",
|
||||
providers = {
|
||||
deepseek = {
|
||||
__inherited_from = "openai",
|
||||
@@ -8,6 +8,13 @@ local opts = {
|
||||
model = "deepseek-chat",
|
||||
},
|
||||
|
||||
google = {
|
||||
__inherited_from = "openai",
|
||||
api_key_name = "cmd:cat /run/secrets/google_api_key",
|
||||
endpoint = "https://generativelanguage.googleapis.com/v1beta/openai",
|
||||
model = "models/gemini-2.5-pro",
|
||||
},
|
||||
|
||||
hyperbolic = {
|
||||
__inherited_from = "openai",
|
||||
api_key_name = "cmd:cat /run/secrets/hyperbolic_api_key",
|
||||
|
Reference in New Issue
Block a user