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

XFEstudio/gpt4free

Fix unit tests

fa086e23
hlohaus <983577+hlohaus@users.noreply.github.com>
提交于

代码差异

1 个文件 +0 -2
Modified g4f/client/__init__.py +0 -2
@@ -275,7 +275,6 @@ class Completions:
275 275
276 276 def create(
277 277 self,
278 *,
279 278 messages: Messages,
280 279 model: str,
281 280 provider: Optional[ProviderType] = None,
@@ -562,7 +561,6 @@ class AsyncCompletions:
562 561
563 562 def create(
564 563 self,
565 *,
566 564 messages: Messages,
567 565 model: str,
568 566 provider: Optional[ProviderType] = None,