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

XFEstudio/gpt4free

Update __init__.py

c343d66a
H Lohaus <hlohaus@users.noreply.github.com>
提交于

代码差异

1 个文件 +1 -1
Modified g4f/api/__init__.py +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 },