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

XFEstudio/gpt4free

~ | v.0.0.2.3

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

代码差异

1 个文件 +6 -1
Modified setup.py +6 -1
@@ -11,7 +11,7 @@ with codecs.open(os.path.join(here, "README.md"), encoding="utf-8") as fh:
11 11 with open("requirements.txt") as f:
12 12 required = f.read().splitlines()
13 13
14 VERSION = '0.0.2.2'
14 VERSION = '0.0.2.3'
15 15 DESCRIPTION = (
16 16 "The official gpt4free repository | various collection of powerful language models"
17 17 )
@@ -27,6 +27,11 @@ setup(
27 27 long_description=long_description,
28 28 packages=find_packages(),
29 29 install_requires=required,
30 url='https://github.com/xtekky/gpt4free', # Link to your GitHub repository
31 project_urls={
32 'Source Code': 'https://github.com/xtekky/gpt4free', # GitHub link
33 'Bug Tracker': 'https://github.com/xtekky/gpt4free/issues', # Link to issue tracker
34 },
30 35 keywords=[
31 36 "python",
32 37 "chatbot",