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 5300a48 commit b7bd342Copy full SHA for b7bd342
posthog/ai/openai/openai_providers.py
@@ -5,7 +5,7 @@
5
raise ModuleNotFoundError("Please install the Open AI SDK to use this feature: 'pip install openai'")
6
7
from posthog.ai.openai.openai import WrappedBeta, WrappedChat, WrappedEmbeddings
8
-from posthog.ai.openai.openai_async import AsyncWrappedBeta, AsyncWrappedChat, AsyncWrappedEmbeddings
+from posthog.ai.openai.openai_async import WrappedBeta as AsyncWrappedBeta, WrappedChat as AsyncWrappedChat, WrappedEmbeddings as AsyncWrappedEmbeddings
9
from posthog.client import Client as PostHogClient
10
11
0 commit comments