From b6d0b7f5eced2ecb9d712af2b77ad40cdc0ad203 Mon Sep 17 00:00:00 2001 From: Anton Date: Sat, 13 Apr 2024 07:41:55 +0500 Subject: [PATCH] refactor: actualize openai models --- bot/ai/chatgpt.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bot/ai/chatgpt.py b/bot/ai/chatgpt.py index 52cf389..bdc6737 100644 --- a/bot/ai/chatgpt.py +++ b/bot/ai/chatgpt.py @@ -21,9 +21,8 @@ # Supported models and their context windows MODELS = { + "gpt-4-turbo": 128000, "gpt-4-turbo-preview": 128000, - "gpt-4-0125-preview": 128000, - "gpt-4-1106-preview": 128000, "gpt-4-vision-preview": 128000, "gpt-4": 8192, "gpt-4-32k": 32768,