This repository has been archived on 2026-01-20. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
sdi/ChatGPT-CodeReview/.env.example
2025-04-17 12:00:31 +09:00

26 lines
634 B
Plaintext

# open ai apikey
OPENAI_API_KEY=
# The ID of your GitHub App
APP_ID=
WEBHOOK_SECRET=
# Use `trace` to get verbose logging or `info` to show less
LOG_LEVEL=debug
# Go to https://smee.io/new set this to the URL that you are redirected to.
WEBHOOK_PROXY_URL=
PRIVATE_KEY=
# BOT settings
LANGUAGE=
MODEL=
temperature=
top_p=
max_tokens=
TARGET_LABEL=
MAX_PATCH_LENGTH=
PROMPT=Below there is a code diff please help me do a code review
IGNORE_PATTERNS=/node_modules,*.md # glob pattern or regex pattern to ignore files, separated by comma
INCLUDE_PATTERNS=*.js,*.ts # glob pattern or regex pattern to include files, separated by comma