From 4c38488161a816e3014d662630fe349c68a70588 Mon Sep 17 00:00:00 2001 From: Luis Bauza Date: Thu, 8 Jan 2026 20:22:50 -0500 Subject: [PATCH] Switch to zai-org/glm-4.7 model --- commands/ask.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/ask.js b/commands/ask.js index 9cbf2ff..0dfaefb 100644 --- a/commands/ask.js +++ b/commands/ask.js @@ -29,7 +29,7 @@ export default class AskCommand extends Command { const response = await axios.post( 'https://nano-gpt.com/api/v1/chat/completions', { - model: 'deepseek/deepseek-v3.2', + model: 'zai-org/glm-4.7', messages: [ { role: 'system',