hyfetch/tools/gh_moderator.example.toml
Azalea Gui 7433df5d74
Some checks are pending
Shellcheck / check (push) Waiting to run
[O] Dockerize AI github moderator
2026-04-20 01:33:44 -04:00

15 lines
271 B
TOML

# Secret of Github Webhook to verify the request is from Github
webhook_secret = "secret"
# Github token and repo to regulate
gh_token = "token"
gh_repo = "owner/repo"
[OpenAI]
org = "your-org-id"
key = "your-api-key"
model = "omni-moderation-latest"
threshold = 0.7