Skip to content

Conversation

@AshuMishraG
Copy link

📝 Description:

This pull request introduces support for additional Gemini models in the leetcode-whisper-chrome-extension. The following updates have been made:

🚀 Added Support for Additional 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’

🔧 Updated API Integration:
• Updated the VALID_MODELS array in valid_models.ts to include the new models.
• Enhanced the model selection logic in App.tsx to allow users to choose from the newly added models.
• Improved error handling and user feedback messages during API interactions.

⚙️ Compatibility:
• Ensured compatibility with existing features of the extension.

🧪 Testing:
• Verified that all newly added models integrate seamlessly with existing functionality.
• Conducted API tests to confirm successful responses for each model.

🔗 Related Issues:

Closes #145: Support for Additional Gemini Models in API Integration

@AshuMishraG
Copy link
Author

@AshuMishraG worked on this feature along with @piyushgarg-dev

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

🚀 Issue: Support for Additional Gemini Models in API Integration

1 participant