diff options
author | H Lohaus <hlohaus@users.noreply.github.com> | 2024-02-19 19:36:11 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-19 19:36:11 +0100 |
commit | f560bac9460e13c318190c0ec0e4e898b57998e5 (patch) | |
tree | 8365d89d6114fddfb55112bb2dc62b57971ab99f /docs/client.md | |
parent | Merge pull request #1598 from hlohaus/index (diff) | |
parent | Update readme / docs (diff) | |
download | gpt4free-f560bac9460e13c318190c0ec0e4e898b57998e5.tar gpt4free-f560bac9460e13c318190c0ec0e4e898b57998e5.tar.gz gpt4free-f560bac9460e13c318190c0ec0e4e898b57998e5.tar.bz2 gpt4free-f560bac9460e13c318190c0ec0e4e898b57998e5.tar.lz gpt4free-f560bac9460e13c318190c0ec0e4e898b57998e5.tar.xz gpt4free-f560bac9460e13c318190c0ec0e4e898b57998e5.tar.zst gpt4free-f560bac9460e13c318190c0ec0e4e898b57998e5.zip |
Diffstat (limited to '')
-rw-r--r-- | docs/client.md | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/docs/client.md b/docs/client.md index 74a5efec..8e02b581 100644 --- a/docs/client.md +++ b/docs/client.md @@ -1,4 +1,4 @@ -### G4F Client API Documentation (Beta Version) +### G4F - Client API (Beta Version) #### Introduction @@ -31,7 +31,7 @@ from g4f.client import Client from g4f.Provider import BingCreateImages, OpenaiChat, Gemini client = Client( - text_provider=OpenaiChat, + provider=OpenaiChat, image_provider=Gemini, proxies=None ) @@ -89,5 +89,4 @@ Original / Variant: [![Original Image](/docs/cat.jpeg)](/docs/client.md) [![Variant Image](/docs/cat.webp)](/docs/client.md) -[Return to Documentation Home](/) -```
\ No newline at end of file +[Return to Home](/)
\ No newline at end of file |