mirror of
https://github.com/hykilpikonna/hyfetch.git
synced 2026-05-06 05:25:31 -05:00
15 lines
271 B
TOML
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
|