adding new openai models

This commit is contained in:
Krrish Dholakia
2023-08-30 08:23:35 -07:00
parent 52c77e17cb
commit 0fd2d43345
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -150,10 +150,13 @@ secret_manager_client = None
open_ai_chat_completion_models = [
"gpt-4",
"gpt-4-0613",
"gpt-4-0314",
"gpt-4-32k",
"gpt-4-32k-0314",
"gpt-4-32k-0613",
#################
"gpt-3.5-turbo",
"gpt-3.5-turbo-0301",
"gpt-3.5-turbo-16k",
"gpt-3.5-turbo-0613",
"gpt-3.5-turbo-16k-0613",
+1 -1
View File
@@ -1,6 +1,6 @@
[tool.poetry]
name = "litellm"
version = "0.1.504"
version = "0.1.505"
description = "Library to easily interface with LLM API providers"
authors = ["BerriAI"]
license = "MIT License"