Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
FredrikAugust authored Aug 15, 2024
1 parent 7ec8c80 commit fc93bf6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ Run the Docker image with the following environment variables:
```env
# A GitHub PAT which has access to read the pull requests of the repository. A fine-grained will do.
GITHUB_TOKEN=
# An OpenAI token with access to GPT-4. We tried GPT-3.5-turbo, but it didn't work that well.
OPENAI_TOKEN=
# A Gemini API token with access to Pro 1.5.
GEMINI_API_TOKEN=
# The GitHub repository name
REPOSITORY_NAME=
# GitHub organization name or username in the case you want to use this for your own projects
Expand All @@ -39,4 +39,4 @@ SLACK_API_KEY=
SLACK_CHANNEL=
# The database URL if you want to use the DB delivery mechanism
DATABASE_URL=
```
```

0 comments on commit fc93bf6

Please sign in to comment.