4fe0890f21
Co-Authored-By: AI Content Moderator <132312177+ai-moderator@users.noreply.github.com>
10 lines
282 B
TOML
10 lines
282 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"
|
|
|
|
# AI harm classifier token
|
|
harm_classifier_url = "https://example.com/classify"
|
|
harm_classifier_token = "token"
|