From 5612ee4c8d9ffbd0ddc958c1a16f588d9994b223 Mon Sep 17 00:00:00 2001 From: Heiner Lohaus Date: Mon, 19 Feb 2024 19:34:28 +0100 Subject: Update readme / docs --- docs/client.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'docs/client.md') 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 -- cgit v1.2.3