Skip to content

Commit

Permalink
Patch gemini dropdown to model id since names are wrong for the diffe…
Browse files Browse the repository at this point in the history
…rent versions

connect #2898
  • Loading branch information
timothycarambat committed Dec 29, 2024
1 parent dca27e7 commit 2149fb7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ function GeminiModelSelection({ apiKey, settings }) {
value={model.id}
selected={settings?.GeminiLLMModelPref === model.id}
>
{model.name}
{model.id}
</option>
))}
</optgroup>
Expand Down

0 comments on commit 2149fb7

Please sign in to comment.