返回提交历史
Modified
g4f/Provider/template/OpenaiTemplate.py
+0
-1
XFEstudio/gpt4free
Remove print
a0a7a54b
代码差异
1 个文件
+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),