Skip to content

Commit

Permalink
docs(streaming): remove max_retries parameter from function call (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
jxnl authored Feb 10, 2024
1 parent da92cff commit 9089deb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/concepts/streaming.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ const extractionStream = await client.chat.completions.create({
schema: ExtractionValuesSchema,
name: "value extraction"
},
max_retries: 3,
stream: true,
seed: 1
})
Expand Down

0 comments on commit 9089deb

Please sign in to comment.