mirror of
https://github.com/deepseek-ai/awesome-deepseek-integration
synced 2025-01-22 10:35:53 +00:00
fix(avante): use instead, for ['local'] is deprecated
This commit is contained in:
parent
ec66bd6215
commit
12d0c8c90a
@ -33,7 +33,8 @@ return {
|
||||
timeout = 30000, -- Timeout in milliseconds
|
||||
temperature = 0,
|
||||
max_tokens = 4096,
|
||||
["local"] = false,
|
||||
-- optional
|
||||
api_key_name = "OPENAI_API_KEY", -- default OPENAI_API_KEY if not set
|
||||
},
|
||||
},
|
||||
-- if you want to build from source then do `make BUILD_FROM_SOURCE=true`
|
||||
|
@ -33,7 +33,8 @@ return {
|
||||
timeout = 30000, -- Timeout in milliseconds
|
||||
temperature = 0,
|
||||
max_tokens = 4096,
|
||||
["local"] = false,
|
||||
-- optional
|
||||
api_key_name = "OPENAI_API_KEY", -- default OPENAI_API_KEY if not set
|
||||
},
|
||||
},
|
||||
-- if you want to build from source then do `make BUILD_FROM_SOURCE=true`
|
||||
|
Loading…
Reference in New Issue
Block a user