From f3fa88e73c0c51a691fdfcd7f950d31f8b9f8045 Mon Sep 17 00:00:00 2001 From: Arno Schutijzer Date: Sun, 7 Jan 2024 11:54:38 +0100 Subject: [PATCH] document configuring model --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ef3fb2a..7c68a43 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,7 @@ jobs: env: GITHUB_TOKEN: ${{ github.token }} OPENAI_TOKEN: ${{ secrets.OPENAI_TOKEN }} + OPENAI_MODEL: "gpt-3.5-turbo" # optional, works with any model the token has access to ``` Linus Torvalds giving you the finger. \ No newline at end of file