-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.env.example
More file actions
40 lines (28 loc) · 746 Bytes
/
Copy path.env.example
File metadata and controls
40 lines (28 loc) · 746 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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# Scraper Environment Configuration
# Rename this file to .env and add your API keys below.
# OpenAI API Key for GPT models
OPENAI_API_KEY=
# Google Gemini API Key
GOOGLE_API_KEY=
# Anthropic API Key for Claude models
ANTHROPIC_API_KEY=
# Groq API Key
GROQ_API_KEY=
# OpenRouter Configuration
OPENROUTER_API_KEY=
OPENROUTER_BASE_URL=https://openrouter.ai/api/v1
# Local LLM Support
# URL for Ollama instances (e.g. http://localhost:11434)
OLLAMA_BASE_URL=
# URL for Llama.cpp servers
LLAMA_CPP_BASE_URL=
# Mistral AI API Key
MISTRAL_API_KEY=
# Together AI API Key
TOGETHER_API_KEY=
# DeepSeek API Key
DEEPSEEK_API_KEY=
# HuggingFace API Key
HUGGINGFACE_API_KEY=
# Default Admin Password (Change this in production)
ADMIN_PASSWORD=123