Skip to content

🚀 Issue: Support for Additional Gemini Models in API Integration #145

@AshuMishraG

Description

@AshuMishraG

📌 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions