返回提交历史
Modified
README.md
+1
-28
XFEstudio/gpt4free
Updated(README.md)
c58335a4
代码差异
1 个文件
+1
-28
@@ -170,7 +170,7 @@ from g4f.client import Client
170
170
client = Client()
171
171
response = client.chat.completions.create(
172
172
model="gpt-3.5-turbo",
173
messages=[{"role": "user", "content": "Say this is a test"}],
173
messages=[{"role": "user", "content": "Hello"}],
174
174
# Add any other necessary parameters
175
175
)
176
176
print(response.choices[0].message.content)
@@ -747,33 +747,6 @@ set G4F_PROXY=http://host:port
747
747
</a>
748
748
</td>
749
749
</tr>
750
<tr>
751
<td>
752
<a href="https://github.com/yjg30737/pyqt-openai">
753
<b>VividNode (pyqt-openai)</b>
754
</a>
755
</td>
756
<td>
757
<a href="https://github.com/yjg30737/pyqt-openai/stargazers">
758
<img alt="Stars" src="https://img.shields.io/github/stars/yjg30737/pyqt-openai?style=flat-square&labelColor=343b41" />
759
</a>
760
</td>
761
<td>
762
<a href="https://github.com/yjg30737/pyqt-openai/network/members">
763
<img alt="Forks" src="https://img.shields.io/github/forks/yjg30737/pyqt-openai?style=flat-square&labelColor=343b41" />
764
</a>
765
</td>
766
<td>
767
<a href="https://github.com/yjg30737/pyqt-openai/issues">
768
<img alt="Issues" src="https://img.shields.io/github/issues/yjg30737/pyqt-openai?style=flat-square&labelColor=343b41" />
769
</a>
770
</td>
771
<td>
772
<a href="https://github.com/yjg30737/pyqt-openai/pulls">
773
<img alt="Pull Requests" src="https://img.shields.io/github/issues-pr/yjg30737/pyqt-openai?style=flat-square&labelColor=343b41" />
774
</a>
775
</td>
776
</tr>
777
750
</tbody>
778
751
</table>
779
752