We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16a71ea commit d533f63Copy full SHA for d533f63
.env.example
@@ -3,3 +3,7 @@ FIRECRAWL_KEY="YOUR_KEY"
3
# FIRECRAWL_BASE_URL="http://localhost:3002"
4
5
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