Skip to content

Commit

Permalink
Removed bare OPENAI_API_KEY and replaces with assistant-specific one,…
Browse files Browse the repository at this point in the history
… less confusing
  • Loading branch information
dividor committed Jul 14, 2024
1 parent 933e886 commit ed52016
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ ASSISTANTS_MODEL=<On Open AI, the model name, on Azure the deployment name of th
ASSISTANTS_BOT_NAME=<Your assistant name, eg "Humanitarian AI Assistant">

# Leave as-is
ASSISTANTS_API_KEY=${OPENAI_API_KEY}
ASSISTANTS_API_KEY=${ASSISTANTS_API_KEY}
ASSISTANTS_BASE_URL=""
#==================================================#
# Deployments Settings #
Expand Down

0 comments on commit ed52016

Please sign in to comment.