Merge pull request #34520 from BerriAI/litellm_/replace-gpt5-codex-test-27520b

test: replace deprecated gpt-5-codex with gpt-5.3-codex
This commit is contained in:
yuneng-jiang 2026-07-24 12:03:24 -07:00 committed by GitHub
commit 74a87b58f0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -838,7 +838,7 @@ def test_gpt_5_reasoning_streaming():
def test_openai_gpt_5_codex_reasoning():
litellm._turn_on_debug()
completion_kwargs = {
"model": "gpt-5-codex",
"model": "gpt-5.3-codex",
"messages": [
{
"role": "system",