mirror of
https://github.com/labring/FastGPT.git
synced 2025-12-25 20:02:47 +00:00
qwq config (#4009)
This commit is contained in:
parent
a1b114e426
commit
6e045093b1
|
|
@ -130,6 +130,7 @@
|
|||
"quoteMaxToken": 100000,
|
||||
"maxTemperature": null,
|
||||
"vision": false,
|
||||
"reasoning": true,
|
||||
"toolChoice": true,
|
||||
"functionCall": false,
|
||||
"defaultSystemChatPrompt": "",
|
||||
|
|
@ -154,6 +155,7 @@
|
|||
"quoteMaxToken": 100000,
|
||||
"maxTemperature": null,
|
||||
"vision": false,
|
||||
"reasoning": true,
|
||||
"toolChoice": true,
|
||||
"functionCall": false,
|
||||
"defaultSystemChatPrompt": "",
|
||||
|
|
|
|||
Loading…
Reference in New Issue