Skip to content

Commit 0de5b35

Browse files
aseembits93KRRT7
authored andcommitted
trigger workflow
1 parent d3fbcb7 commit 0de5b35

File tree

1 file changed

+1
-1
lines changed
  • pydantic_ai_slim/pydantic_ai/profiles

1 file changed

+1
-1
lines changed

pydantic_ai_slim/pydantic_ai/profiles/openai.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class OpenAIModelProfile(ModelProfile):
2525
def openai_model_profile(model_name: str) -> ModelProfile:
2626
"""Get the model profile for an OpenAI model."""
2727
import time
28-
time.sleep(0.001)
28+
time.sleep(0.002)
2929
is_reasoning_model = model_name.startswith('o')
3030
# Structured Outputs (output mode 'native') is only supported with the gpt-4o-mini, gpt-4o-mini-2024-07-18, and gpt-4o-2024-08-06 model snapshots and later.
3131
# We leave it in here for all models because the `default_structured_output_mode` is `'tool'`, so `native` is only used

0 commit comments

Comments
 (0)