From fc93bf63605c275d19e0718771357c889c8ba3e0 Mon Sep 17 00:00:00 2001 From: "Fredrik A. Madsen-Malmo" Date: Thu, 15 Aug 2024 12:47:04 +0200 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c92a3e8..70d65d9 100644 --- a/README.md +++ b/README.md @@ -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 @@ -39,4 +39,4 @@ SLACK_API_KEY= SLACK_CHANNEL= # The database URL if you want to use the DB delivery mechanism DATABASE_URL= -``` \ No newline at end of file +```