diff options
author | kqlio67 <kqlio67@users.noreply.github.com> | 2024-10-15 14:27:40 +0200 |
---|---|---|
committer | kqlio67 <kqlio67@users.noreply.github.com> | 2024-10-15 14:27:40 +0200 |
commit | c58335a4b33c9520208821a0c7c947542517e477 (patch) | |
tree | 9b71fcc6dc85be1d04f7c8330337721785aabf0a /README.md | |
parent | Updated(g4f/Provider/Blackbox.py) (diff) | |
download | gpt4free-c58335a4b33c9520208821a0c7c947542517e477.tar gpt4free-c58335a4b33c9520208821a0c7c947542517e477.tar.gz gpt4free-c58335a4b33c9520208821a0c7c947542517e477.tar.bz2 gpt4free-c58335a4b33c9520208821a0c7c947542517e477.tar.lz gpt4free-c58335a4b33c9520208821a0c7c947542517e477.tar.xz gpt4free-c58335a4b33c9520208821a0c7c947542517e477.tar.zst gpt4free-c58335a4b33c9520208821a0c7c947542517e477.zip |
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 29 |
1 files changed, 1 insertions, 28 deletions
@@ -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> |