-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env.example
47 lines (38 loc) · 1.5 KB
/
.env.example
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
41
42
43
44
45
46
47
# AI API配置
# OpenAI配置
REACT_APP_OPENAI_API_KEY='sk-'
# OPENAI_BASE_URL='https://api.lqqq.cc/v1' # Global provider
# OPENAI_BASE_URL='https://api.chatanywhere.cn' # International version
REACT_APP_OPENAI_BASE_URL='https://api'
# Claude配置
REACT_APP_CLAUDE_API_KEY=''
REACT_APP_CLAUDE_BASE_URL='https://api.anthropic.com'
# Gemini 配置
REACT_APP_GEMINI_API_KEY=''
REACT_APP_GEMINI_BASE_URL='https://..com/v1beta'
# 火山 ds v3和r1
REACT_APP_HUOSHAN_API_KEY=''
REACT_APP_HUOSHAN_BASE_URL='https://api.deepseek.com'
# DeepSeek 配置
REACT_APP_DEEPSEEK_API_KEY=''
REACT_APP_DEEPSEEK_BASE_URL='https://api.deepseek.com'
# 通义千问配置
REACT_APP_QWEN_API_KEY=''
REACT_APP_QWEN_BASE_URL='https://dashscope.aliyuncs.com/compatible-mode/v1'
# OpenRouter配置
REACT_APP_OPENROUTER_API_KEY=''
REACT_APP_OPENROUTER_BASE_URL='https://openrouter.ai/api/v1'
REACT_APP_OPENROUTER_SITE_URL='' # 可选。用于OpenRouter排名
REACT_APP_OPENROUTER_SITE_NAME='' # 可选。用于OpenRouter排名
// ...其他配置保持不变...
# 可配置的额外OpenRouter模型,以逗号分隔
REACT_APP_OPENROUTER_MODELS='anthropic/claude-3-haiku,meta-llama/llama-3-8b-instruct,google/gemini-1.5-pro,google/gemini-2.0-flash-001,google/gemini-2.0-pro-exp-02-05:free,google/gemini-2.0-flash-thinking-exp:free'
# langfuse
# Secret Key
REACT_APP_LANGFUSE_SECRET_KEY=''
# Public Key
REACT_APP_LANGFUSE_PUBLIC_KEY=''
# Host
REACT_APP_LANGFUSE_HOST='https://cloud.langfuse.com'
# Tavily搜索API配置
REACT_APP_TAVILY_API_KEY=''