fix: add temperature and max tokens for kimi-k2-thinking (#231)
Co-authored-by: Letta <noreply@letta.com>
This commit is contained in:
@@ -350,7 +350,9 @@
|
|||||||
"label": "Kimi K2 Thinking",
|
"label": "Kimi K2 Thinking",
|
||||||
"description": "Kimi's K2 model with advanced thinking capabilities",
|
"description": "Kimi's K2 model with advanced thinking capabilities",
|
||||||
"updateArgs": {
|
"updateArgs": {
|
||||||
"context_window": 256000
|
"context_window": 256000,
|
||||||
|
"max_output_tokens": 16000,
|
||||||
|
"temperature": 1.0
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user