From 6b195194ef151d160585336cd546b5e8a47b53ee Mon Sep 17 00:00:00 2001 From: dKosarevsky <36589322+dKosarevsky@users.noreply.github.com> Date: Tue, 14 Mar 2023 23:01:32 +0300 Subject: [PATCH] add 32k model --- src/utils/ai.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/utils/ai.py b/src/utils/ai.py index a8ac028..0a17597 100644 --- a/src/utils/ai.py +++ b/src/utils/ai.py @@ -6,6 +6,7 @@ import openai AI_MODEL_OPTIONS = [ "gpt-3.5-turbo", "gpt-4", + "gpt-4-32k", ] AI_ROLE_OPTIONS = [