Skip to content
Snippets Groups Projects
Unverified Commit 74502938 authored by senardi-m's avatar senardi-m Committed by GitHub
Browse files

+ gpt-35-turbo-0125 for AZURE_TURBO_MODELS (#11956)

parent f500963d
No related branches found
No related tags found
No related merge requests found
......@@ -54,6 +54,8 @@ GPT4_MODELS: Dict[str, int] = {
AZURE_TURBO_MODELS: Dict[str, int] = {
"gpt-35-turbo-16k": 16384,
"gpt-35-turbo": 4096,
# 0125 (2024) model (JSON mode)
"gpt-35-turbo-0125": 16385,
# 1106 model (JSON mode)
"gpt-35-turbo-1106": 16384,
# 0613 models (function calling):
......
......@@ -29,7 +29,7 @@ exclude = ["**/BUILD"]
license = "MIT"
name = "llama-index-llms-openai"
readme = "README.md"
version = "0.1.9"
version = "0.1.10"
[tool.poetry.dependencies]
python = ">=3.8.1,<4.0"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment