From f937513046306514ff374e1aada9643ed66c1f9f Mon Sep 17 00:00:00 2001 From: David Zhang Date: Fri, 7 Mar 2025 23:31:50 -0800 Subject: [PATCH] x --- .env.example | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.env.example b/.env.example index c201a58..6a336db 100644 --- a/.env.example +++ b/.env.example @@ -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"