fix: add temperature and max tokens for kimi-k2-thinking (#231)

Co-authored-by: Letta <noreply@letta.com>
This commit is contained in:
Kevin Lin
2025-12-15 20:52:15 -08:00
committed by GitHub
parent ae54666a98
commit b970bd3e3e

View File

@@ -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
} }
}, },
{ {