We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b0810df + bbf96fe commit b23c0a8Copy full SHA for b23c0a8
mcp/provider/kimi.go
@@ -34,6 +34,7 @@ func NewKimiClientWithOptions(opts ...mcp.ClientOption) mcp.AIClient {
34
mcp.WithProvider(mcp.ProviderKimi),
35
mcp.WithModel(DefaultKimiModel),
36
mcp.WithBaseURL(DefaultKimiBaseURL),
37
+ mcp.WithTemperature(1.0), // Kimi K2.5 only allows temperature=1
38
}
39
40
allOpts := append(kimiOpts, opts...)
0 commit comments