Skip to content

Commit

Permalink
add 4o mini to azure (#16335)
Browse files Browse the repository at this point in the history
  • Loading branch information
logan-markewich authored Oct 2, 2024
1 parent 88d578a commit f19b36e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@

AZURE_TURBO_MODELS: Dict[str, int] = {
"gpt-4o": 128000,
"gpt-4o-mini": 128000,
"gpt-35-turbo-16k": 16384,
"gpt-35-turbo": 4096,
# 0125 (2024) model (JSON mode)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ exclude = ["**/BUILD"]
license = "MIT"
name = "llama-index-llms-openai"
readme = "README.md"
version = "0.2.9"
version = "0.2.10"

[tool.poetry.dependencies]
python = ">=3.8.1,<4.0"
Expand Down

0 comments on commit f19b36e

Please sign in to comment.