mirror of
https://github.com/zylon-ai/private-gpt.git
synced 2025-12-22 23:22:57 +01:00
Update ui.py
This commit is contained in:
parent
55e2ae4e74
commit
f3fda24ae0
1 changed files with 0 additions and 1 deletions
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue