From 7461e0e8b9640af0a73b2b1a049867b248b011b0 Mon Sep 17 00:00:00 2001 From: Alex Rattray Date: Fri, 10 Nov 2023 21:36:19 -0500 Subject: [PATCH] Add gpt-3.5-turbo-1106 https://github.com/openai/openai-node/issues/444 cc @logankilpatrick @nknj --- openapi.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/openapi.yaml b/openapi.yaml index 8974b9dd..a55a5e75 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -5979,6 +5979,7 @@ components: "gpt-4-32k", "gpt-4-32k-0314", "gpt-4-32k-0613", + "gpt-3.5-turbo-1106", "gpt-3.5-turbo", "gpt-3.5-turbo-16k", "gpt-3.5-turbo-0301",