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

XFEstudio/gpt4free

Update OpenaiChat.py

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

代码差异

1 个文件 +1 -1
Modified g4f/Provider/needs_auth/OpenaiChat.py +1 -1
@@ -434,7 +434,7 @@ class OpenaiChat(AsyncGeneratorProvider, ProviderModelMixin):
434 434 action = "continue"
435 435 await asyncio.sleep(5)
436 436 if history_disabled and auto_continue:
437 await cls.delete_conversation(session, headers, conversation_id)
437 await cls.delete_conversation(session, auth_headers, conversation_id)
438 438
439 439 @classmethod
440 440 def browse_access_token(cls, proxy: str = None, timeout: int = 1200) -> tuple[str, dict]: