Skip to content

Commit 6f6ad72

Browse files
authored
Add support for GPT-5 models in utils.py (JSON_SCHEMA_MODELS) (#20045)
1 parent 3fff9c9 commit 6f6ad72

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

llama-index-integrations/llms/llama-index-llms-openai/llama_index/llms/openai/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,9 +199,9 @@
199199
"o1-pro",
200200
"o3",
201201
"o3-mini",
202-
"gpt-4.1",
203202
"gpt-4o",
204203
"gpt-4.1",
204+
"gpt-5",
205205
]
206206

207207

llama-index-integrations/llms/llama-index-llms-openai/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ dev = [
2727

2828
[project]
2929
name = "llama-index-llms-openai"
30-
version = "0.6.3"
30+
version = "0.6.4"
3131
description = "llama-index llms openai integration"
3232
authors = [{name = "llama-index"}]
3333
requires-python = ">=3.9,<4.0"

0 commit comments

Comments
 (0)