-
Notifications
You must be signed in to change notification settings - Fork 233
Description
📌 Description:
This issue tracks the implementation of support for additional Gemini models in the leetcode-whisper-chrome-extension. The goal is to enhance the functionality of the extension by integrating various Gemini models.
Already Existed model:
✅ ‘gemini_1_5_pro’
🛠️ Proposed Changes:
• Add support for the following Gemini models:
✅ ‘gemini_2_0_flash’
✅ ‘gemini_2_0_flash_lite_preview’
✅ ‘gemini_1_5_flash’
✅ ‘gemini_1_5_flash_8b’
✅ ‘gemini_1_5_pro’
✅ ‘gemini_1_0_pro_deprecated’
🔧 Implementation Details:
• Update the VALID_MODELS array in the valid_models.ts file to include the new models.
• Modify the model selection logic in the App.tsx file to allow users to select from the newly added models.
• Improve error handling and user feedback messages during API interactions.
🧪 Testing:
• Conduct tests to verify that the new models function correctly and integrate seamlessly with existing features.