This commit is contained in:
@@ -102,7 +102,7 @@ describe('Ask Command', () => {
|
|||||||
expect(axios.post).toHaveBeenCalledWith(
|
expect(axios.post).toHaveBeenCalledWith(
|
||||||
'https://nano-gpt.com/api/v1/chat/completions',
|
'https://nano-gpt.com/api/v1/chat/completions',
|
||||||
expect.objectContaining({
|
expect.objectContaining({
|
||||||
model: 'deepseek/deepseek-v3.2',
|
model: 'zai-org/glm-4.7',
|
||||||
}),
|
}),
|
||||||
expect.any(Object),
|
expect.any(Object),
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user