Skip to content
Snippets Groups Projects
Commit 2149fb70 authored by timothycarambat's avatar timothycarambat
Browse files

Patch gemini dropdown to model id since names are wrong for the different versions

connect #2898
parent dca27e72
Branches
Tags
No related merge requests found
...@@ -122,7 +122,7 @@ function GeminiModelSelection({ apiKey, settings }) { ...@@ -122,7 +122,7 @@ function GeminiModelSelection({ apiKey, settings }) {
value={model.id} value={model.id}
selected={settings?.GeminiLLMModelPref === model.id} selected={settings?.GeminiLLMModelPref === model.id}
> >
{model.name} {model.id}
</option> </option>
))} ))}
</optgroup> </optgroup>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment