Updqted plugins
This commit is contained in:
@@ -17,12 +17,14 @@ return {
|
||||
config = function()
|
||||
require("avante").setup({
|
||||
provider = "gemini",
|
||||
gemini = {
|
||||
endpoint = "https://generativelanguage.googleapis.com/v1beta/models",
|
||||
model = "gemini-2.0-flash-exp",
|
||||
timeout = 30000,
|
||||
temperature = 0,
|
||||
max_tokens = 8192,
|
||||
providers = {
|
||||
gemini = {
|
||||
endpoint = "https://generativelanguage.googleapis.com/v1beta/models",
|
||||
model = "gemini-2.0-flash-exp",
|
||||
timeout = 30000,
|
||||
temperature = 0,
|
||||
max_tokens = 8192,
|
||||
},
|
||||
},
|
||||
system_prompt = function()
|
||||
local hub = require("mcphub").get_hub_instance()
|
||||
|
||||
Reference in New Issue
Block a user