mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-03-30 05:43:55 +00:00
Set temperature for kimi k2.5
This commit is contained in:
parent
32ce0f4b0d
commit
bb63d16fa8
@ -283,6 +283,7 @@ export namespace ProviderTransform {
|
||||
if (id.includes("glm-4.6")) return 1.0
|
||||
if (id.includes("glm-4.7")) return 1.0
|
||||
if (id.includes("minimax-m2")) return 1.0
|
||||
if (id.includes("kimi-k2.5")) return 1.0
|
||||
if (id.includes("kimi-k2")) {
|
||||
// kimi-k2-thinking & kimi-k2.5
|
||||
if (id.includes("thinking") || id.includes("k2.")) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user