diff --git a/examples/module_client.py b/examples/module_client.py index 5f2fb79dcf..ab33aa3b62 100755 --- a/examples/module_client.py +++ b/examples/module_client.py @@ -9,7 +9,7 @@ # all API calls work in the exact same fashion as well stream = openai.chat.completions.create( - model="gpt-4", + model="gpt-5.5", messages=[ { "role": "user",