disable reasoning assistance by default
This commit is contained in:
parent
35f91aa128
commit
fd772ee369
|
|
@ -172,7 +172,7 @@ models_params = {
|
||||||
"supports_temperature": True,
|
"supports_temperature": True,
|
||||||
"latency_coefficient": DEFAULT_BASE_LATENCY,
|
"latency_coefficient": DEFAULT_BASE_LATENCY,
|
||||||
"max_tokens": 32000,
|
"max_tokens": 32000,
|
||||||
"reasoning_assist_default": True,
|
"reasoning_assist_default": False,
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"openai-compatible": {
|
"openai-compatible": {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue