forked from DestinyLinker/MingLi-Bench
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
40 lines (32 loc) · 1.1 KB
/
.env.example
File metadata and controls
40 lines (32 loc) · 1.1 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 Configuration Example
# Copy this file to .env and fill in your API keys
# ============================================
# OpenRouter Configuration
# ============================================
OPENROUTER_API_KEY=your_openrouter_api_key
OPENROUTER_BASE_URL=https://openrouter.ai/api/v1
# ============================================
# Native API Configuration (Optional)
# ============================================
# OpenAI
OPENAI_API_KEY=your_openai_api_key
# OPENAI_BASE_URL=https://api.openai.com/v1
# Anthropic
ANTHROPIC_API_KEY=your_anthropic_api_key
# ANTHROPIC_BASE_URL=https://api.anthropic.com
# Google
GOOGLE_API_KEY=your_google_api_key
# GOOGLE_BASE_URL=https://generativelanguage.googleapis.com/v1
# DeepSeek
DEEPSEEK_API_KEY=your_deepseek_api_key
DEEPSEEK_BASE_URL=https://api.deepseek.com
# Doubao / ByteDance
DOUBAO_API_KEY=your_doubao_api_key
DOUBAO_BASE_URL=your_doubao_base_url
DOUBAO_ENDPOINT_ID=your_doubao_endpoint_id
# ============================================
# Performance Settings
# ============================================
TIMEOUT=60000
MAX_TOKENS=81920
TEMPERATURE=0.0