Files
FancyBot/src/main/resources/config.json
T

30 lines
716 B
JSON
Raw Normal View History

2024-08-30 14:24:46 +08:00
{
2024-08-30 15:05:51 +08:00
"ncmAPI": "https://ncm.rtast.cn",
"wsType": "Client",
"wsAddress": "ws://127.0.0.1",
"accessToken": "114514",
2024-09-03 21:38:50 +08:00
"port": 6760,
"listeningGroups": [
114514,
1919810
2024-09-04 20:01:09 +08:00
],
"qweatherKey": "114514",
2024-09-15 13:27:14 +08:00
"githubKey": "1919810",
"imageType": "PNG",
"openAIAPIHost": "https://api.moonshot.cn",
2024-09-17 22:37:42 +08:00
"openAIAPIKey": "114514",
2024-09-24 20:51:20 +08:00
"openAIModel": "moonshot-v1-8k",
2024-09-17 22:37:42 +08:00
"smtpHost": "127.0.0.1",
"smtpPort": 25,
"smtpUser": "114514",
"smtpPassword": "1919810",
"smtpFromAddress": "fancybot@repo.rtast.cn",
"admins": [
3458671395
2024-09-18 13:06:23 +08:00
],
2024-09-24 20:51:20 +08:00
"enableAntiRevoke": true,
"llamaUrl": "http://127.0.0.1",
2024-09-25 23:04:49 +08:00
"llamaModel": "llama3.1",
2024-09-26 21:56:44 +08:00
"qqMusicApiUrl": "http://127.0.0.1:3200",
"startUpNoticeUser": 114514
2024-08-30 14:24:46 +08:00
}