mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
support glm 4.7
This commit is contained in:
parent
6011200128
commit
526c723e62
1 changed files with 1 additions and 0 deletions
|
|
@ -216,6 +216,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