This commit is contained in:
33
.gitea/config.yaml
Normal file
33
.gitea/config.yaml
Normal file
@@ -0,0 +1,33 @@
|
||||
# AI-Check 配置文件
|
||||
# 业务源码在 ftb 模块下
|
||||
|
||||
source_dir: "ftb/src/main/java"
|
||||
|
||||
java_parser_jar: ".gitea/java-parser/target/controller-parser-1.0.0.jar"
|
||||
|
||||
wecom:
|
||||
webhook_url: "https://qyapi.weixin.qq.com/cgi-bin/webhook/send?key=61f08cc9-b734-4dff-a931-7f33654c0a81"
|
||||
|
||||
llm:
|
||||
enabled: true
|
||||
api_key: "2f3f7ee9-a6f7-46b7-a709-a36743a83a04"
|
||||
model: "doubao-seed-1-8-251228"
|
||||
endpoint_id: ""
|
||||
api_url: "https://ark.cn-beijing.volces.com/api/v3/chat/completions"
|
||||
timeout: null
|
||||
|
||||
log:
|
||||
enabled: false
|
||||
storage: "file"
|
||||
file_dir: ".gitea/logs/api-changes"
|
||||
mysql:
|
||||
host: "YOUR_MYSQL_HOST"
|
||||
port: 3306
|
||||
user: "YOUR_MYSQL_USER"
|
||||
password: "YOUR_MYSQL_PASSWORD"
|
||||
database: "YOUR_MYSQL_DATABASE"
|
||||
table: "api_change_logs"
|
||||
|
||||
notify:
|
||||
only_on_change: true
|
||||
mentioned_users: ""
|
||||
Reference in New Issue
Block a user