diff options
author | H Lohaus <hlohaus@users.noreply.github.com> | 2024-04-06 03:17:43 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-06 03:17:43 +0200 |
commit | 2dbf4677929ab4b02b3cd4e9d612752e64f71ae0 (patch) | |
tree | b418ba2da60e0b5fd6a758528930480ce2bb0aa4 | |
parent | Aktualisieren von client.md (diff) | |
download | gpt4free-2dbf4677929ab4b02b3cd4e9d612752e64f71ae0.tar gpt4free-2dbf4677929ab4b02b3cd4e9d612752e64f71ae0.tar.gz gpt4free-2dbf4677929ab4b02b3cd4e9d612752e64f71ae0.tar.bz2 gpt4free-2dbf4677929ab4b02b3cd4e9d612752e64f71ae0.tar.lz gpt4free-2dbf4677929ab4b02b3cd4e9d612752e64f71ae0.tar.xz gpt4free-2dbf4677929ab4b02b3cd4e9d612752e64f71ae0.tar.zst gpt4free-2dbf4677929ab4b02b3cd4e9d612752e64f71ae0.zip |
Diffstat (limited to '')
-rw-r--r-- | docs/client.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/client.md b/docs/client.md index 2d0608b6..a889443c 100644 --- a/docs/client.md +++ b/docs/client.md @@ -163,7 +163,7 @@ User: What are on this image? Bot: There is a waterfall in the middle of a jungle. There is a rainbow over... ``` -Advanced example: A command-line program +#### Advanced example: A command-line program ```python import g4f from g4f.client import Client |