mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-09 22:31:41 +00:00
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:
commit
74a87b58f0
1 changed files with 1 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue