diff options
Diffstat (limited to 'docs/client.md')
-rw-r--r-- | docs/client.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/client.md b/docs/client.md index fe02dc92..31440027 100644 --- a/docs/client.md +++ b/docs/client.md @@ -154,10 +154,11 @@ response = client.chat.completions.create( ) print(response.choices[0].message.content) ``` -![Waterfall](/docs/waterfall.jpeg) ``` User: What are on this image? ``` +![Waterfall](/docs/waterfall.jpeg) + ``` Bot: There is a waterfall in the middle of a jungle. There is a rainbow over... ``` |