From c58335a4b33c9520208821a0c7c947542517e477 Mon Sep 17 00:00:00 2001 From: kqlio67 Date: Tue, 15 Oct 2024 15:27:40 +0300 Subject: Updated(README.md) --- README.md | 29 +---------------------------- 1 file changed, 1 insertion(+), 28 deletions(-) diff --git a/README.md b/README.md index 1b7aa87e..65d33d88 100644 --- a/README.md +++ b/README.md @@ -170,7 +170,7 @@ from g4f.client import Client client = Client() response = client.chat.completions.create( model="gpt-3.5-turbo", - messages=[{"role": "user", "content": "Say this is a test"}], + messages=[{"role": "user", "content": "Hello"}], # Add any other necessary parameters ) print(response.choices[0].message.content) @@ -747,33 +747,6 @@ set G4F_PROXY=http://host:port - - - - VividNode (pyqt-openai) - - - - - Stars - - - - - Forks - - - - - Issues - - - - - Pull Requests - - - -- cgit v1.2.3