fix append

This commit is contained in:
2026-05-12 22:44:09 -07:00
parent 714b681922
commit 2b23ba0cc9
+13
View File
@@ -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",