From 6bc3dff837372421623e71f26dfc2693eb138b03 Mon Sep 17 00:00:00 2001 From: monosans Date: Tue, 7 Nov 2023 13:04:11 +0300 Subject: [PATCH] Add gpt-3.5-turbo-1106 --- api/providers/helpers/utils.py | 1 + 1 file changed, 1 insertion(+) diff --git a/api/providers/helpers/utils.py b/api/providers/helpers/utils.py index 376f355..01d80ed 100644 --- a/api/providers/helpers/utils.py +++ b/api/providers/helpers/utils.py @@ -13,6 +13,7 @@ GPT_3 = [ 'gpt-3.5-turbo', 'gpt-3.5-turbo-16k', + 'gpt-3.5-turbo-1106', 'gpt-3.5-turbo-0613', 'gpt-3.5-turbo-0301', 'gpt-3.5-turbo-16k-0613',