Skip to content

Commit

Permalink
Fix initializing chat model names parameter after field rename in #1003
Browse files Browse the repository at this point in the history
  • Loading branch information
debanjum committed Dec 12, 2024
1 parent 1760470 commit de6f5d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/khoj/utils/initialization.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ def _setup_chat_model_provider(
vision_enabled = vision_enabled and chat_model in supported_vision_models

chat_model_options = {
"chat_model": chat_model,
"name": chat_model,
"model_type": model_type,
"max_prompt_size": default_max_tokens,
"vision_enabled": vision_enabled,
Expand Down

0 comments on commit de6f5d1

Please sign in to comment.