-
Notifications
You must be signed in to change notification settings - Fork 56
Expand file tree
/
Copy pathconfig.yaml
More file actions
43 lines (36 loc) · 1.29 KB
/
config.yaml
File metadata and controls
43 lines (36 loc) · 1.29 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
# Lyzr2API 配置文件
# 请复制此文件为 config.local.yaml 并填写敏感信息
# GPTMail API (临时邮箱服务)
# 通过环境变量 GPTMAIL_API_KEY 设置,或在 config.local.yaml 中配置
email:
api_base: "https://mail.chatgpt.org.uk"
api_key: "" # 填写你的 GPTMail API Key (或设置环境变量 GPTMAIL_API_KEY)
# Lyzr API
lyzr:
agent_api: "https://agent-prod.studio.lyzr.ai"
pagos_api: "https://pagos-prod.studio.lyzr.ai"
# Memberstack API (登录用)
memberstack:
api_base: "https://client.memberstack.com"
api_key: "pk_c14a2728e715d9ea67bf"
# Gemini API (用于 hCaptcha 解决)
gemini:
api_key: "" # 填写你的 Gemini API Key
base_url: "" # 可选: 代理地址,例如 https://your-proxy.com
# 浏览器配置 (用于注册时解决验证码)
browser:
# Chrome/Chromium 可执行文件路径
# macOS: /Applications/Google Chrome.app/Contents/MacOS/Google Chrome
# macOS Chromium: /Applications/Chromium.app/Contents/MacOS/Chromium
# Windows: C:/Program Files/Google/Chrome/Application/chrome.exe
# Linux: /usr/bin/google-chrome
executable_path: ""
# 用户数据目录 (可选,用于保持登录状态)
user_data_dir: ""
# hCaptcha 配置
hcaptcha:
sitekey: "06da1934-c24a-4f4a-8642-b52c2b44472e"
# 服务配置
server:
host: "0.0.0.0"
port: 8000