From 6ec997f195e218b868819302a132189dc12f9332 Mon Sep 17 00:00:00 2001 From: oobabooga <112222186+oobabooga@users.noreply.github.com> Date: Tue, 7 Nov 2023 12:36:52 -0300 Subject: [PATCH] Update 12 - OpenAI API.md --- docs/12 - OpenAI API.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/12 - OpenAI API.md b/docs/12 - OpenAI API.md index 09afc2a9..12a6c46a 100644 --- a/docs/12 - OpenAI API.md +++ b/docs/12 - OpenAI API.md @@ -180,7 +180,7 @@ while True: print() ``` -### Python completions example with streaming +#### Python completions example with streaming Start the script with `python -u` to see the output in real time.