Update config.go

This commit is contained in:
公明 2025-02-06 15:01:05 +08:00 committed by GitHub
parent a4833820b9
commit 09d2b4d902
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,8 +1,10 @@
package main
const (
apiKey = "sk-xxx" // kimi 的 apikey
cookie2 = "cookie2" // cookie2
apiKeyKimi = "sk-xxxxxxx" // 替换为你的kimi API key
apiKeyDeepSeek = "sk-yyyyyyy" // 替换为你的deepseek API key
AI = "deepseek" // 可选择deepseek或kimi
cookie2 = "cookie2"
)
var suffixes = []string{".js", ".ico", ".png", ".jpg", "jpeg"} //这些后缀的接口不扫
var suffixes = []string{".js", ".ico", ".png", ".jpg", "jpeg"} //这些后缀不扫