Skip to content

Commit d533f63

Browse files
committed
Added missing variables to .env.example
1 parent 16a71ea commit d533f63

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.env.example

+4
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,7 @@ FIRECRAWL_KEY="YOUR_KEY"
33
# FIRECRAWL_BASE_URL="http://localhost:3002"
44

55
OPENAI_KEY="YOUR_KEY"
6+
CONTEXT_SIZE="128000"
7+
# If you want to use other OpenAI compatible API, add the following below:
8+
# OPENAI_ENDPOINT="http://localhost:11434/v1"
9+
# OPENAI_MODEL="llama3.1"

0 commit comments

Comments
 (0)