mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-23 21:16:06 +00:00
support glm 4.7
This commit is contained in:
parent
73578d69cb
commit
64a8852637
1 changed files with 1 additions and 0 deletions
|
|
@ -217,6 +217,7 @@ export namespace ProviderTransform {
|
|||
if (id.includes("claude")) return undefined
|
||||
if (id.includes("gemini-3-pro")) return 1.0
|
||||
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")) {
|
||||
if (id.includes("thinking")) return 1.0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue