From bb797ded7d15003dfec7a68ff82764d7a2c44458 Mon Sep 17 00:00:00 2001 From: Bryan Morgan Date: Wed, 25 Jun 2025 21:45:38 -0400 Subject: 429 fix (#1668) --- packages/core/src/utils/nextSpeakerChecker.test.ts | 1 - 1 file changed, 1 deletion(-) (limited to 'packages/core/src/utils/nextSpeakerChecker.test.ts') diff --git a/packages/core/src/utils/nextSpeakerChecker.test.ts b/packages/core/src/utils/nextSpeakerChecker.test.ts index 83ce97fd..475b5662 100644 --- a/packages/core/src/utils/nextSpeakerChecker.test.ts +++ b/packages/core/src/utils/nextSpeakerChecker.test.ts @@ -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 ); -- cgit v1.2.3