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.