This commit is contained in:
David Zhang
2025-03-07 23:31:50 -08:00
parent 10a26896de
commit f937513046

View File

@@ -4,6 +4,10 @@ FIRECRAWL_KEY="YOUR_KEY"
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"
# CUSTOM_MODEL="llama3.1"
# If you want to use fireworks.ai's DeepSeek R1 model:
# FIREWORKS_KEY="YOUR_KEY"