Create config.json

This commit is contained in:
公明 2025-02-27 10:05:50 +08:00 committed by GitHub
parent 126e33a4b8
commit eccaae7045
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

30
config.json Normal file
View File

@ -0,0 +1,30 @@
{
"AI": "qianwen",
"apiKeys": {
"kimi": "sk-xxxxxxx",
"deepseek": "sk-yyyyyyy",
"qianwen": "sk-zzzzzzz"
},
"cookie2": "cookie2",
"suffixes": [
".js", ".ico", ".png", ".jpg", ".jpeg", ".gif", ".bmp", ".svg", ".ttf", ".woff", ".woff2", ".eot", ".otf",
".mp3", ".wav", ".ogg", ".mp4", ".webm", ".avi", ".css", ".scss", ".less",
".tmp", ".temp", ".cache", ".swp",
".log", ".err",
".env", ".json", ".yml", ".yaml", ".xml", ".ini",
".class", ".dll", ".so", ".zip", ".tar", ".gz",
".txt", ".md", ".doc", ".docx", ".pdf", ".csv", ".xlsx", ".xls", ".sh", ".bat",
".gitignore", ".lock", ".bak"
],
"allowedRespHeaders": [
"image/png",
"text/html",
"application/pdf",
"text/css",
"audio/mpeg",
"audio/wav",
"video/mp4",
"application/grpc"
]
}