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',