返回提交历史
Modified
g4f/api/__init__.py
+1
-1
XFEstudio/gpt4free
Update __init__.py
c343d66a
代码差异
1 个文件
+1
-1
@@ -146,7 +146,7 @@ class Api:
146
146
if auth_header and auth_header != "Bearer":
147
147
config.api_key = auth_header
148
148
response = self.client.chat.completions.create(
149
{
149
**{
150
150
**AppConfig.defaults,
151
151
**config.dict(exclude_none=True),
152
152
},