diff options
author | H Lohaus <hlohaus@users.noreply.github.com> | 2024-02-24 02:11:07 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-24 02:11:07 +0100 |
commit | a13ddabbb4c6f927bec991e06bcd234ae3d88646 (patch) | |
tree | 1b2c7c9924b53a59e9e1af462ed97a2eaaf8648a /docs/client.md | |
parent | Merge pull request #1617 from hlohaus/gem (diff) | |
parent | Fix some typos (diff) | |
download | gpt4free-a13ddabbb4c6f927bec991e06bcd234ae3d88646.tar gpt4free-a13ddabbb4c6f927bec991e06bcd234ae3d88646.tar.gz gpt4free-a13ddabbb4c6f927bec991e06bcd234ae3d88646.tar.bz2 gpt4free-a13ddabbb4c6f927bec991e06bcd234ae3d88646.tar.lz gpt4free-a13ddabbb4c6f927bec991e06bcd234ae3d88646.tar.xz gpt4free-a13ddabbb4c6f927bec991e06bcd234ae3d88646.tar.zst gpt4free-a13ddabbb4c6f927bec991e06bcd234ae3d88646.zip |
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... ``` |