Skip to content

Commit

Permalink
chore: update .env sample
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaszkowic committed Dec 12, 2024
1 parent 3da287b commit 518e13c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .env.sample
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,6 @@ AZURE_LLM_ENDPOINT="https://<your_hub>.openai.azure.com/openai/deployments/gpt-3
# config for OpenAI LLM
OPENAI_ENDPOINT="https://api.openai.com/v1/chat/completions"
OPENAI_API_KEY=sk-...

# limit file size for document upload to 8MB
UPLOAD_FILE_SIZE_LIMIT_MB=8

0 comments on commit 518e13c

Please sign in to comment.