We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7ba0a0 commit b365112Copy full SHA for b365112
src/openai/resources/beta/beta.py
@@ -2,8 +2,6 @@
2
3
from __future__ import annotations
4
5
-from openai.resources.chat.chat import Chat, AsyncChat
6
-
7
from ..._compat import cached_property
8
from .assistants import (
9
Assistants,
@@ -22,6 +20,7 @@
22
20
ThreadsWithStreamingResponse,
23
21
AsyncThreadsWithStreamingResponse,
24
)
+from ...resources.chat import Chat, AsyncChat
25
from .realtime.realtime import (
26
Realtime,
27
AsyncRealtime,
0 commit comments