Updated(README.md)

This commit is contained in:
kqlio67 2024-10-15 15:27:40 +03:00
parent 0a73aca3e3
commit c58335a4b3

View File

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