mirror of
https://gitgud.io/reanon/nonono.git
synced 2026-05-11 00:30:11 -07:00
Edit glm.ts
This commit is contained in:
@@ -13,7 +13,7 @@ export function isGlmModel(model: string): boolean {
|
||||
*/
|
||||
export function isGlmThinkingModel(model: string): boolean {
|
||||
// GLM-4.5 and GLM-Z1 series support thinking mode
|
||||
return model.includes("glm-4.5") || model.includes("glm-z1");
|
||||
return model.includes("glm-4.5") || model.includes("glm-z1") || model.includes("glm-4.6");
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user