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 - - -