-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
40 lines (31 loc) · 1.81 KB
/
Copy path.env.example
File metadata and controls
40 lines (31 loc) · 1.81 KB
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
# Environment Variables for LLM Models
# Copy this file to .env and fill in your actual credentials
# DO NOT commit .env to version control!
# Global fallback credentials (used if model-specific ones aren't set)
AZURE_OPENAI_API_KEY=your-global-azure-openai-api-key
AZURE_OPENAI_ENDPOINT=https://your-global-resource.openai.azure.com/
# Model-specific credentials (optional, will override global ones)
# DeepSeek R1 0528
DEEPSEEK_R1_0528_API_KEY=your-deepseek-api-key
DEEPSEEK_R1_0528_AZURE_ENDPOINT=https://your-deepseek-endpoint.services.ai.azure.com/models/chat/completions?api-version=2024-05-01-preview
# Grok 3
GROK_3_API_KEY=your-grok-3-api-key
GROK_3_AZURE_ENDPOINT=https://your-grok-3-endpoint.services.ai.azure.com/models/chat/completions?api-version=2024-05-01-preview
# Grok 3 Mini
GROK_3_MINI_API_KEY=your-grok-3-mini-api-key
GROK_3_MINI_AZURE_ENDPOINT=https://your-grok-3-mini-endpoint.services.ai.azure.com/models/chat/completions?api-version=2024-05-01-preview
# Phi 4 Reasoning
PHI_4_REASONING_API_KEY=your-phi-4-reasoning-api-key
PHI_4_REASONING_AZURE_ENDPOINT=https://your-phi-4-reasoning-endpoint.services.ai.azure.com/models/chat/completions?api-version=2024-05-01-preview
# O1 Mini
O1_MINI_API_KEY=your-o1-mini-api-key
O1_MINI_AZURE_ENDPOINT=https://your-o1-mini-endpoint.cognitiveservices.azure.com/openai/deployments/o1-mini/chat/completions?api-version=2025-01-01-preview
# GPT-4o (uncomment if using)
# GPT_4O_API_KEY=your-gpt-4o-api-key
# GPT_4O_AZURE_ENDPOINT=https://your-gpt-4o-endpoint.openai.azure.com/
# GPT-4o Mini (uncomment if using)
# GPT_4O_MINI_API_KEY=your-gpt-4o-mini-api-key
# GPT_4O_MINI_AZURE_ENDPOINT=https://your-gpt-4o-mini-endpoint.openai.azure.com/
# O3 Mini (uncomment if using)
# O3_MINI_API_KEY=your-o3-mini-api-key
# O3_MINI_AZURE_ENDPOINT=https://your-o3-mini-endpoint.openai.azure.com/