diff --git a/__tests__/commands/ask.test.js b/__tests__/commands/ask.test.js index f3c9736..eff78a2 100644 --- a/__tests__/commands/ask.test.js +++ b/__tests__/commands/ask.test.js @@ -102,7 +102,7 @@ describe('Ask Command', () => { expect(axios.post).toHaveBeenCalledWith( 'https://nano-gpt.com/api/v1/chat/completions', expect.objectContaining({ - model: 'deepseek/deepseek-v3.2', + model: 'zai-org/glm-4.7', }), expect.any(Object), ); @@ -258,4 +258,4 @@ describe('Ask Command', () => { await expect(askCommand.run(interaction)).rejects.toThrow('Failed to follow up'); }); }); -}); \ No newline at end of file +});