diff --git a/src/utils.ts b/src/utils.ts index 6081059..97ff5e1 100644 --- a/src/utils.ts +++ b/src/utils.ts @@ -20,7 +20,7 @@ export function urlGoto(url: string) { const API_KEY = env.ZHIPU_API_KEY; export async function callZhipuAPI( messages: { role: string; content: string }[], - model = "glm-4.5-flash", + model = "glm-4.6", ) { const url = "https://open.bigmodel.cn/api/paas/v4/chat/completions";