Skip to content

Commit b23c0a8

Browse files
authored
Merge branch 'dev' into feat/add-minimax-m2.7-model
2 parents b0810df + bbf96fe commit b23c0a8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mcp/provider/kimi.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ func NewKimiClientWithOptions(opts ...mcp.ClientOption) mcp.AIClient {
3434
mcp.WithProvider(mcp.ProviderKimi),
3535
mcp.WithModel(DefaultKimiModel),
3636
mcp.WithBaseURL(DefaultKimiBaseURL),
37+
mcp.WithTemperature(1.0), // Kimi K2.5 only allows temperature=1
3738
}
3839

3940
allOpts := append(kimiOpts, opts...)

0 commit comments

Comments
 (0)