返回提交历史
Modified
requirements.txt
+1
-1
Modified
setup.py
+1
-1
Deleted
test.js
+0
-0
XFEstudio/gpt4free
minor fixes
ad33aa7f
代码差异
3 个文件
+2
-2
@@ -6,4 +6,4 @@ certifi
6
6
Providers
7
7
browser_cookie3
8
8
websockets
9
execjs
9
pyexecjs
@@ -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
此文件没有可显示的逐行差异。