mirror of
https://github.com/Ed1s0nZ/PrivHunterAI.git
synced 2025-09-17 12:31:35 +00:00
Update config.go
This commit is contained in:
parent
a4833820b9
commit
09d2b4d902
@ -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"} //这些后缀不扫
|
||||
|
Loading…
x
Reference in New Issue
Block a user