add inkbones and update for deepseek v4
This commit is contained in:
@@ -23,6 +23,11 @@ return {
|
||||
-- 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_v4 = {
|
||||
__inherited_from = "openai",
|
||||
|
||||
Reference in New Issue
Block a user