From 5d589432dbcde3cf39ca874657cb7b3a3b95f490 Mon Sep 17 00:00:00 2001 From: Victor Wilson Date: Thu, 7 Dec 2023 21:49:51 -0600 Subject: [PATCH] Modifying .env.example variable name to match usage in constants.py line 25 --- .env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.example b/.env.example index 12c93517..d217a515 100644 --- a/.env.example +++ b/.env.example @@ -4,4 +4,4 @@ DISCORD_CLIENT_ID=x ALLOWED_SERVER_IDS=1 SERVER_TO_MODERATION_CHANNEL=1:1 -MODEL=gpt-3.5-turbo \ No newline at end of file +DEFAULT_MODEL=gpt-3.5-turbo \ No newline at end of file