mirror of
https://github.com/Mintplex-Labs/anything-llm.git
synced 2025-05-02 17:07:13 +00:00
Patch gemini dropdown to model id since names are wrong for the different versions
connect #2898
This commit is contained in:
parent
dca27e7235
commit
2149fb709a
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@ function GeminiModelSelection({ apiKey, settings }) {
|
|||
value={model.id}
|
||||
selected={settings?.GeminiLLMModelPref === model.id}
|
||||
>
|
||||
{model.name}
|
||||
{model.id}
|
||||
</option>
|
||||
))}
|
||||
</optgroup>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue