XFE Git
XFE Studio Git
Git 首页 全局搜索
XFE 主站 文档 NuGet
公开
关注 0 Fork 0 Star 1
返回提交历史

XFEstudio/gpt4free

Added VividNode(pyqt-openai) to Powered by gpt4free

https://github.com/yjg30737/pyqt-openai I've implemented g4f in pyqt-openai (application name is VividNode, by the way) and it works perfectly 👌 pyqt-openai is the desktop chatbot made entirely with Python. Thanks !

741bc32f
WizMiner <yjg30737@gmail.com>
提交于

代码差异

1 个文件 +27 -0
Modified README.md +27 -0
@@ -745,6 +745,33 @@ set G4F_PROXY=http://host:port
745 745 </a>
746 746 </td>
747 747 </tr>
748 <tr>
749 <td>
750 <a href="https://github.com/yjg30737/pyqt-openai">
751 <b>VividNode (pyqt-openai)</b>
752 </a>
753 </td>
754 <td>
755 <a href="https://github.com/yjg30737/pyqt-openai/stargazers">
756 <img alt="Stars" src="https://img.shields.io/github/stars/yjg30737/pyqt-openai?style=flat-square&labelColor=343b41" />
757 </a>
758 </td>
759 <td>
760 <a href="https://github.com/yjg30737/pyqt-openai/network/members">
761 <img alt="Forks" src="https://img.shields.io/github/forks/yjg30737/pyqt-openai?style=flat-square&labelColor=343b41" />
762 </a>
763 </td>
764 <td>
765 <a href="https://github.com/yjg30737/pyqt-openai/issues">
766 <img alt="Issues" src="https://img.shields.io/github/issues/yjg30737/pyqt-openai?style=flat-square&labelColor=343b41" />
767 </a>
768 </td>
769 <td>
770 <a href="https://github.com/yjg30737/pyqt-openai/pulls">
771 <img alt="Pull Requests" src="https://img.shields.io/github/issues-pr/yjg30737/pyqt-openai?style=flat-square&labelColor=343b41" />
772 </a>
773 </td>
774 </tr>
748 775 </tbody>
749 776 </table>
750 777