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

XFEstudio/gpt4free

Update OpenaiChat.py

f7f4018d
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, cls._headers, conversation_id)
437 await cls.delete_conversation(session, cls._headers, fields.conversation_id)
438 438
439 439 @staticmethod
440 440 async def iter_messages_ws(ws: ClientWebSocketResponse) -> AsyncIterator: