From 9b84b9c7d36e4fe29a710bc9f1280bfb1154d1ad Mon Sep 17 00:00:00 2001 From: William Kennedy Date: Fri, 7 Jun 2024 14:41:35 -0400 Subject: [PATCH] adding sse --- fern/docs/pages/reference/chat_sse.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fern/docs/pages/reference/chat_sse.mdx b/fern/docs/pages/reference/chat_sse.mdx index 6e2b8a7..8510d00 100644 --- a/fern/docs/pages/reference/chat_sse.mdx +++ b/fern/docs/pages/reference/chat_sse.mdx @@ -7,7 +7,7 @@ from any of the chat enabled [models](/options/enumerations) using the `/chat/completions` REST API endpoint or any of the official SDKs (Python, Go, Rust, JS, or cURL). -## Generate a Stream Base Chat Text Completion +## Generate a Stream Based Chat Text Completion To generate a stream based chat text completion, you can use the following code examples. Depending on your preference or requirements, select the appropriate