Skip to content

Commit

Permalink
加入配置文件
Browse files Browse the repository at this point in the history
  • Loading branch information
lispringing committed Dec 12, 2024
1 parent 357d077 commit 2febd78
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
**/NoUpload
**/logs
config.json
cookies.json
execution.json
*.js
Expand Down
42 changes: 42 additions & 0 deletions config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
{
"username": "",
"password": "",
"qrlogin": true,
"save_cookies": true,
"proxies": {},
"logLevel": "INFO",
"tree_view": true,
"progressbar_view": true,
"qr_extra": {
"show_in_terminal": null,
"ensure_unicode": true
},
"image_path": "",
"pushplus": {
"enable": false,
"token": ""
},
"bark": {
"enable": false,
"token": "https://example.com/xxxxxxxxx"
},
"config_version": "1.4.0",
"ai": {
"enabled": true,
"use_zhidao_ai": true,
"openai": {
"api_base": "https://api.openai.com",
"api_key": "sk-",
"model_name": "claude-3-5-sonnet-20240620"
},
"ppt_processing": {
"provide_to_ai": false,
"moonShot": {
"base_url": "https://api.moonshot.cn/v1",
"api_key": "sk-",
"delete_after_convert": true
}
},
"use_stream": true
}
}

0 comments on commit 2febd78

Please sign in to comment.