Skip to content

Commit

Permalink
Add support for gpt-4o-2024-08-06 to multi modal llms (#17405)
Browse files Browse the repository at this point in the history
Add support for gpt-4o-2024-08-06 in multi_modal_llms
  • Loading branch information
Vlangf authored Jan 2, 2025
1 parent 3ce83b1 commit ad3be7f
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 @@ -16,6 +16,7 @@
"gpt-4o": 128000,
"gpt-4o-2024-05-13": 128000,
"gpt-4o-2024-08-06": 128000,
"gpt-4o-2024-11-20": 128000,
"gpt-4o-mini": 128000,
"gpt-4o-mini-2024-07-18": 128000,
"o1": 200000,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ exclude = ["**/BUILD"]
license = "MIT"
name = "llama-index-multi-modal-llms-openai"
readme = "README.md"
version = "0.4.1"
version = "0.4.2"

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

0 comments on commit ad3be7f

Please sign in to comment.