summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md29
1 files changed, 1 insertions, 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
</a>
</td>
</tr>
- <tr>
- <td>
- <a href="https://github.com/yjg30737/pyqt-openai">
- <b>VividNode (pyqt-openai)</b>
- </a>
- </td>
- <td>
- <a href="https://github.com/yjg30737/pyqt-openai/stargazers">
- <img alt="Stars" src="https://img.shields.io/github/stars/yjg30737/pyqt-openai?style=flat-square&labelColor=343b41" />
- </a>
- </td>
- <td>
- <a href="https://github.com/yjg30737/pyqt-openai/network/members">
- <img alt="Forks" src="https://img.shields.io/github/forks/yjg30737/pyqt-openai?style=flat-square&labelColor=343b41" />
- </a>
- </td>
- <td>
- <a href="https://github.com/yjg30737/pyqt-openai/issues">
- <img alt="Issues" src="https://img.shields.io/github/issues/yjg30737/pyqt-openai?style=flat-square&labelColor=343b41" />
- </a>
- </td>
- <td>
- <a href="https://github.com/yjg30737/pyqt-openai/pulls">
- <img alt="Pull Requests" src="https://img.shields.io/github/issues-pr/yjg30737/pyqt-openai?style=flat-square&labelColor=343b41" />
- </a>
- </td>
- </tr>
</tbody>
</table>