Update ui.py

This commit is contained in:
Liam Dowd 2024-08-28 10:32:04 -07:00 committed by GitHub
parent 55e2ae4e74
commit f3fda24ae0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -523,7 +523,6 @@ class PrivateGptUi:
"mock": llm_mode, "mock": llm_mode,
"ollama": config_settings.ollama.llm_model, "ollama": config_settings.ollama.llm_model,
"gemini": config_settings.gemini.model, "gemini": config_settings.gemini.model,
"mistral": config_settings.mistral.model,
} }
if llm_mode not in model_mapping: if llm_mode not in model_mapping: