-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig.example.yaml
More file actions
68 lines (62 loc) · 1.93 KB
/
Copy pathconfig.example.yaml
File metadata and controls
68 lines (62 loc) · 1.93 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
57
58
59
60
61
62
63
64
65
66
67
68
schema_version: 2
refresh:
interval_seconds: 300
providers:
deepseek:
accounts:
- name: "main"
api_key_env: "DEEPSEEK_API_KEY_MAIN"
api:
enabled: true
base_url: "https://api.deepseek.com"
scrape:
enabled: false
login_url: "https://platform.deepseek.com/"
dashboard_url: "https://platform.deepseek.com/"
keywords: ["余额", "Balance", "可用"]
minimax:
accounts:
- name: "main"
api_key_env: "MINIMAX_API_KEY_MAIN"
api:
enabled: false
coding_plan_remains_url: "https://www.minimaxi.com/v1/api/openplatform/coding_plan/remains"
scrape:
enabled: true
login_url: "https://platform.minimaxi.com/login"
dashboard_url: "https://platform.minimaxi.com/user-center/payment/balance"
keywords: ["余额", "Balance"]
kimi:
accounts:
- name: "main"
api_key_env: "KIMI_API_KEY_MAIN"
api:
enabled: true
base_url: "https://api.moonshot.cn"
scrape:
enabled: true
login_url: "https://platform.moonshot.cn/"
dashboard_url: "https://platform.moonshot.cn/console/account"
keywords: ["余额", "本月已用", "总消费"]
glm:
accounts:
- name: "main"
api_key_env: "GLM_API_KEY_MAIN"
api:
enabled: false
scrape:
enabled: true
login_url: "https://open.bigmodel.cn/login?redirect=%2Ffinance-center%2Ffinance%2Foverview"
dashboard_url: "https://open.bigmodel.cn/finance-center/finance/overview"
keywords: ["可用余额", "余额", "元", "Available Balance", "Current Balance", "Balance"]
kimi_code:
accounts:
- name: "main"
api_key_env: "KIMI_CODE_API_KEY_MAIN"
api:
enabled: false
scrape:
enabled: true
login_url: "https://www.kimi.com/code/console?from=kfc_overview_topbar"
dashboard_url: "https://www.kimi.com/code/console?from=kfc_overview_topbar"
keywords: ["用量", "Usage", "%"]