mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-08 05:39:13 +00:00
Fix initializing chat model names parameter after field rename in #1003
This commit is contained in:
@@ -218,7 +218,7 @@ def initialization(interactive: bool = True):
|
|||||||
vision_enabled = vision_enabled and chat_model in supported_vision_models
|
vision_enabled = vision_enabled and chat_model in supported_vision_models
|
||||||
|
|
||||||
chat_model_options = {
|
chat_model_options = {
|
||||||
"chat_model": chat_model,
|
"name": chat_model,
|
||||||
"model_type": model_type,
|
"model_type": model_type,
|
||||||
"max_prompt_size": default_max_tokens,
|
"max_prompt_size": default_max_tokens,
|
||||||
"vision_enabled": vision_enabled,
|
"vision_enabled": vision_enabled,
|
||||||
|
|||||||
Reference in New Issue
Block a user