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

XFEstudio/gpt4free

Remove print

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

代码差异

1 个文件 +0 -1
Modified g4f/Provider/template/OpenaiTemplate.py +0 -1
@@ -88,7 +88,6 @@ class OpenaiTemplate(AsyncGeneratorProvider, ProviderModelMixin, RaiseErrorMixin
88 88 api_key = cls.api_key
89 89 if cls.needs_auth and api_key is None:
90 90 raise MissingAuthError('Add a "api_key"')
91 print(cls.get_headers(stream, api_key, headers))
92 91 async with StreamSession(
93 92 proxy=proxy,
94 93 headers=cls.get_headers(stream, api_key, headers),