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

XFEstudio/gpt4free

~ | g4f `v-0.1.5.5`

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

代码差异

3 个文件 +3 -3
Modified README.md +1 -1
@@ -2,7 +2,7 @@
2 2
3 3 By using this repository or any code related to it, you agree to the [legal notice](./LEGAL_NOTICE.md). The author is not responsible for any copies, forks, reuploads made by other users, or anything else related to gpt4free. This is the author's only account and repository. To prevent impersonation or irresponsible actions, please comply with the GNU GPL license this Repository uses.
4 4
5 - latest pypi version: ([0.1.5.4](https://pypi.org/project/g4f/0.1.5.4)):
5 - latest pypi version: ([0.1.5.5](https://pypi.org/project/g4f/0.1.5.5)):
6 6 ```sh
7 7 pip install -U g4f
8 8 ```
Modified g4f/__init__.py +1 -1
@@ -6,7 +6,7 @@ from .Provider import BaseProvider
6 6 from .typing import CreateResult, Union
7 7 from .debug import logging
8 8
9 version = '0.1.5.4'
9 version = '0.1.5.5'
10 10
11 11 def check_pypi_version() -> None:
12 12 try:
Modified setup.py +1 -1
@@ -14,7 +14,7 @@ with open("requirements.txt") as f:
14 14 with open("etc/interference/requirements.txt") as f:
15 15 api_required = f.read().splitlines()
16 16
17 VERSION = '0.1.5.4'
17 VERSION = '0.1.5.5'
18 18 DESCRIPTION = (
19 19 "The official gpt4free repository | various collection of powerful language models"
20 20 )