Skip to content

Commit

Permalink
add 4o mini to azure
Browse files Browse the repository at this point in the history
  • Loading branch information
logan-markewich committed Oct 2, 2024
1 parent 0491ab7 commit 37e1be0
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 37e1be0

Please sign in to comment.