mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-19 09:33:53 +00:00
429 fix (#1668)
This commit is contained in:
@@ -71,7 +71,6 @@ describe('checkNextSpeaker', () => {
|
||||
chatInstance = new GeminiChat(
|
||||
mockConfigInstance,
|
||||
mockModelsInstance, // This is the instance returned by mockGoogleGenAIInstance.getGenerativeModel
|
||||
'gemini-pro', // model name
|
||||
{},
|
||||
[], // initial history
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user