Skip to content
Snippets Groups Projects
Unverified Commit 5b93ec64 authored by Logan's avatar Logan Committed by GitHub
Browse files

gpt-4.5-preview (#17954)

parent 82fd82e8
No related branches found
No related tags found
No related merge requests found
...@@ -77,6 +77,8 @@ GPT4_MODELS: Dict[str, int] = { ...@@ -77,6 +77,8 @@ GPT4_MODELS: Dict[str, int] = {
"gpt-4o-2024-05-13": 128000, "gpt-4o-2024-05-13": 128000,
"gpt-4o-2024-08-06": 128000, "gpt-4o-2024-08-06": 128000,
"gpt-4o-2024-11-20": 128000, "gpt-4o-2024-11-20": 128000,
"gpt-4.5-preview": 128000,
"gpt-4.5-preview-2025-02-27": 128000,
# Intended for research and evaluation # Intended for research and evaluation
"chatgpt-4o-latest": 128000, "chatgpt-4o-latest": 128000,
"gpt-4o-mini": 128000, "gpt-4o-mini": 128000,
......
...@@ -29,7 +29,7 @@ exclude = ["**/BUILD"] ...@@ -29,7 +29,7 @@ exclude = ["**/BUILD"]
license = "MIT" license = "MIT"
name = "llama-index-llms-openai" name = "llama-index-llms-openai"
readme = "README.md" readme = "README.md"
version = "0.3.22" version = "0.3.23"
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = ">=3.9,<4.0" python = ">=3.9,<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