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

XFEstudio/gpt4free

minor fixes

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

代码差异

3 个文件 +2 -2
Modified requirements.txt +1 -1
@@ -6,4 +6,4 @@ certifi
6 6 Providers
7 7 browser_cookie3
8 8 websockets
9 execjs
9 pyexecjs
Modified setup.py +1 -1
@@ -10,7 +10,7 @@ with codecs.open(os.path.join(here, "README.md"), encoding="utf-8") as fh:
10 10 with open('requirements.txt') as f:
11 11 required = f.read().splitlines()
12 12
13 VERSION = '0.0.1'
13 VERSION = '0.0.1.2'
14 14 DESCRIPTION = 'The official gpt4free repository | various collection of powerful language models'
15 15
16 16 # Setting up
Deleted test.js +0 -0
此文件没有可显示的逐行差异。