fix append
This commit is contained in:
@@ -17,6 +17,19 @@ return {
|
||||
|
||||
provider = "deepseek",
|
||||
providers = {
|
||||
deepseek_rules = {
|
||||
__inherited_from = "openai",
|
||||
api_key_name = "DEEPSEEK_API_KEY",
|
||||
endpoint = "https://api.deepseek.com",
|
||||
-- model = "deepseek-chat", ds claims this endpoint is maximally compatible but being deprecated eventually
|
||||
model = "deepseek-v4-flash",
|
||||
disable_tools = false,
|
||||
extra_request_body = {
|
||||
["thinking"] = {
|
||||
["type"] = "disabled",
|
||||
},
|
||||
},
|
||||
},
|
||||
deepseek = {
|
||||
__inherited_from = "openai",
|
||||
api_key_name = "DEEPSEEK_API_KEY",
|
||||
|
||||
Reference in New Issue
Block a user