Added missing variables to .env.example

This commit is contained in:
Samuel Jędrzejewski 2025-02-07 18:48:30 +01:00
parent 16a71eaa3c
commit d533f63cb3
No known key found for this signature in database
GPG Key ID: 6EF009385B4FB3B9

View File

@ -3,3 +3,7 @@ FIRECRAWL_KEY="YOUR_KEY"
# FIRECRAWL_BASE_URL="http://localhost:3002"
OPENAI_KEY="YOUR_KEY"
CONTEXT_SIZE="128000"
# If you want to use other OpenAI compatible API, add the following below:
# OPENAI_ENDPOINT="http://localhost:11434/v1"
# OPENAI_MODEL="llama3.1"