tweak: update kimi-k2 and kimi-k2-thinking to use recommended temperature values
This commit is contained in:
parent
2536e9f45b
commit
3456f4ed80
1 changed files with 4 additions and 4 deletions
|
|
@ -217,10 +217,10 @@ export namespace ProviderTransform {
|
||||||
if (id.includes("gemini-3-pro")) return 1.0
|
if (id.includes("gemini-3-pro")) return 1.0
|
||||||
if (id.includes("glm-4.6")) return 1.0
|
if (id.includes("glm-4.6")) return 1.0
|
||||||
if (id.includes("minimax-m2")) return 1.0
|
if (id.includes("minimax-m2")) return 1.0
|
||||||
// if (id.includes("kimi-k2")) {
|
if (id.includes("kimi-k2")) {
|
||||||
// if (id.includes("thinking")) return 1.0
|
if (id.includes("thinking")) return 1.0
|
||||||
// return 0.6
|
return 0.6
|
||||||
// }
|
}
|
||||||
return undefined
|
return undefined
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue