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

XFEstudio/gpt4free

~ | g4f v-0.1.4.6 `pip install -U g4f`

896d040c
abc <98614666+xtekky@users.noreply.github.com>
提交于

代码差异

3 个文件 +3 -3
Modified README.md +1 -1
@@ -573,4 +573,4 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
573 573
574 574 <a href="https://github.com/xtekky/gpt4free/stargazers">
575 575 <img width="500" alt="Star History Chart" src="https://api.star-history.com/svg?repos=xtekky/gpt4free&type=Date">
576 </a>
576 </a>
Modified g4f/__init__.py +1 -1
@@ -104,4 +104,4 @@ class Completion:
104 104 result = provider.create_completion(model.name,
105 105 [{"role": "user", "content": prompt}], stream, **kwargs)
106 106
107 return result if stream else ''.join(result)
107 return result if stream else ''.join(result)
Modified setup.py +1 -1
@@ -73,4 +73,4 @@ setup(
73 73 "Operating System :: MacOS :: MacOS X",
74 74 "Operating System :: Microsoft :: Windows",
75 75 ],
76 )
76 )