-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy path.env.example
More file actions
56 lines (48 loc) · 1.83 KB
/
Copy path.env.example
File metadata and controls
56 lines (48 loc) · 1.83 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
# ==============================================
# Gemini Web Cookies
# ==============================================
# 默认账号 (无后缀)
__Secure-1PSID=
__Secure-1PSIDTS=
# 额外账号 (自定义名称后缀)
# __Secure-1PSID_main=
# __Secure-1PSIDTS_main=
# __Secure-1PSID_work=
# __Secure-1PSIDTS_work=
# ==============================================
# 负载均衡配置
# ==============================================
# 启用的账号列表,支持: [main,work] / {main,work} / main,work
# 留空则自动使用所有已配置的账号
ACCOUNTS=
# ==============================================
# HTTP 代理配置(可选)
# ==============================================
# 全局代理:所有账号默认使用
# 支持:http://host:port / http://user:pass@host:port / socks5://host:port
PROXY=
# 每账号独立代理:覆盖全局 PROXY
# 示例:PROXY_main=socks5://127.0.0.1:7890
# PROXY_work=http://192.168.1.1:8080
# PROXY_main=
# PROXY_work=
# ==============================================
# API 安全配置
# ==============================================
PROXY_API_KEY=123
# ==============================================
# 服务端口
# ==============================================
PORT=8007
# ==============================================
# 語言配置
# ==============================================
# 用於 Accept-Language header 和 f.req payload 語言字段
# 默認: en,可選: zh-TW, zh-CN, ja, ko 等
LANGUAGE=en
# ==============================================
# 模型映射 (Claude/OpenAI 模型名 -> Gemini 模型名)
# ==============================================
# 格式: source1:target1,source2:target2
# 示例: claude-haiku-4-5-20251001:gemini-3-flash-preview-no-thinking,claude-sonnet-4-5:gemini-3-flash-preview
MODEL_MAPPING=claude-haiku-4-5-20251001:gemini-3-flash-preview-no-thinking