-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Expand file tree
/
Copy path.env.example
More file actions
24 lines (19 loc) · 978 Bytes
/
.env.example
File metadata and controls
24 lines (19 loc) · 978 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# ============================================================================
# LLM Provider Configuration
# ============================================================================
# BASE_URL and API_KEY are the standard configurations for model call authentication.
# These variables support OpenAI, Gemini, LM Studio, Ollama, and other providers.
BASE_URL=https://api.openai.com/v1
API_KEY=sk-your-openai-api-key-here
# Example BASE_URL values:
# - OpenAI: https://api.openai.com/v1
# - Gemini: https://generativelanguage.googleapis.com
# - LM Studio: http://localhost:1234/v1
# - Ollama: http://localhost:11434/v1
# ============================================================================
# Optional: Web Search and Reading Tools
# ============================================================================
# SERPER_DEV_API_KEY=your-serper-api-key-here
# Get from: https://serper.dev
# JINA_API_KEY=your-jina-api-key-here
# Get from: https://jina.ai