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

XFEstudio/gpt4free

Update README.md

1fc73937
H Lohaus <hlohaus@users.noreply.github.com>
提交于

代码差异

1 个文件 +2 -2
Modified README.md +2 -2
@@ -24,7 +24,7 @@ docker pull hlohaus789/g4f
24 24
25 25 ## 🆕 What's New
26 26
27 - Webview .exe for Windows: 💻 [Installation Guide for Windows (.exe)](#installation-guide-for-windows-exe)
27 - Installation Guide for Windows (.exe): 💻 [#installation-guide-for-windows](#installation-guide-for-windows-exe)
28 28 - Join our Telegram Channel: 📨 [telegram.me/g4f_channel](https://telegram.me/g4f_channel)
29 29 - Join our Discord Group: 💬 [discord.gg/XfybzPXPH5](https://discord.gg/XfybzPXPH5)
30 30 - `g4f` now supports 100% local inference: 🧠 [local-docs](https://g4f.mintlify.app/docs/core/usage/local)
@@ -191,7 +191,7 @@ image_url = response.data[0].url
191 191 - New Client API like the OpenAI Python library: [/docs/client](/docs/client.md)
192 192 - Legacy API with python modules: [/docs/legacy](/docs/legacy.md)
193 193
194 #### GUI Webserver
194 #### Web UI
195 195
196 196 To start the web interface, type the following codes in python:
197 197