This commit is contained in:
@@ -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');
|
||||
});
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user