mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-19 09:33:53 +00:00
Introduce generate content interface (#755)
This commit is contained in:
committed by
GitHub
parent
2ebf2fbc82
commit
e59e18251b
@@ -69,7 +69,6 @@ describe('checkNextSpeaker', () => {
|
||||
|
||||
// GeminiChat will receive the mocked instances via the mocked GoogleGenAI constructor
|
||||
chatInstance = new GeminiChat(
|
||||
mockGoogleGenAIInstance, // This will be the instance returned by the mocked GoogleGenAI constructor
|
||||
mockModelsInstance, // This is the instance returned by mockGoogleGenAIInstance.getGenerativeModel
|
||||
'gemini-pro', // model name
|
||||
{},
|
||||
|
||||
Reference in New Issue
Block a user