You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There were some errors on the terminal complaining that the model name passed is not gemini, do I need to clear the container images every time I try a different API key?
File "/app/openui/server.py", line 215, in chat_completions
raise HTTPException(status_code=e.status_code, detail=msg)
fastapi.exceptions.HTTPException: 400: Error code: 400 - {'error': {'message': {'error': 'chat_completion: Invalid model name passed in model=gemini-1.5-pro'}, 'type': 'None', 'param': 'None', 'code': 400}}
The text was updated successfully, but these errors were encountered:
You'll need to change the model to use a groq model from the settings button. That error is saying it attempted to use gemini-1.5-pro but that doesn't exist because no GEMENI API key was passed into the container. There's likely a bug where the UI caches the last model used even if it's no longer available, but simply refreshing the UI and selecting the Groq model from the settings button should do it.
After trying out running openUI with gemini I decided to give it a go using groq, but after running the command
There were some errors on the terminal complaining that the model name passed is not gemini, do I need to clear the container images every time I try a different API key?
The text was updated successfully, but these errors were encountered: