26 lines
634 B
Plaintext
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
|