From 9089deb1d178c4ddef66ee3b3f61dd5c8f6728e1 Mon Sep 17 00:00:00 2001 From: Jason Liu Date: Sat, 10 Feb 2024 16:25:37 -0500 Subject: [PATCH] docs(streaming): remove max_retries parameter from function call (#113) --- docs/concepts/streaming.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/concepts/streaming.md b/docs/concepts/streaming.md index 386328b9..4c053aac 100644 --- a/docs/concepts/streaming.md +++ b/docs/concepts/streaming.md @@ -66,7 +66,6 @@ const extractionStream = await client.chat.completions.create({ schema: ExtractionValuesSchema, name: "value extraction" }, - max_retries: 3, stream: true, seed: 1 })