Use the correct env var LLM_KEY instead of LLM_MODEL (#98)
This commit is contained in:
2
setup.sh
2
setup.sh
@@ -107,7 +107,7 @@ setup_llm_providers() {
|
||||
read -p "Choose a model by number (e.g., 1 for ${model_options[0]}): " model_choice
|
||||
chosen_model=${model_options[$((model_choice-1))]}
|
||||
echo "Chosen LLM Model: $chosen_model"
|
||||
update_or_add_env_var "LLM_MODEL" "$chosen_model"
|
||||
update_or_add_env_var "LLM_KEY" "$chosen_model"
|
||||
fi
|
||||
|
||||
echo "LLM provider configurations updated in .env."
|
||||
|
||||
Reference in New Issue
Block a user