Skip to content

feat: make Gemini model configurable via settings #11

@srijnabhargav

Description

@srijnabhargav

Make Gemini model configurable via settings (align with Groq)

Problem

Currently, the Gemini integration uses a hard-coded model in the API request URL.
This limits flexibility and makes it inconsistent with the Groq integration, where the model can be configured via app settings.

As a developer

I need to

Allow configuring the Gemini model through app settings instead of hard-coding it.

So that

Different Gemini models can be used without code changes, and configuration remains consistent across LLM providers.

Acceptance Criteria

  • Add a Gemini model input in app settings
  • Read the Gemini model from settings at runtime
  • Remove hard-coded Gemini model from the API URL

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions