Skip to content

Commit

Permalink
docs(readme): fix misleading timeout example value (#1393)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-bot committed May 3, 2024
1 parent aed1e43 commit 3eba8e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ client = OpenAI(
)

# Override per-request:
client.with_options(timeout=5 * 1000).chat.completions.create(
client.with_options(timeout=5.0).chat.completions.create(
messages=[
{
"role": "user",
Expand Down

0 comments on commit 3eba8e7

Please sign in to comment.