返回提交历史
Modified
README.md
+1
-1
Modified
g4f/__init__.py
+1
-1
Modified
setup.py
+1
-1
XFEstudio/gpt4free
~ | g4f v-0.1.4.6 `pip install -U g4f`
896d040c
代码差异
3 个文件
+3
-3
@@ -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>
@@ -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)
@@ -73,4 +73,4 @@ setup(
73
73
"Operating System :: MacOS :: MacOS X",
74
74
"Operating System :: Microsoft :: Windows",
75
75
],
76
)
76
)