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 f06c646 commit a4e9178Copy full SHA for a4e9178
posthog/ai/openai/openai_providers.py
@@ -2,7 +2,7 @@
2
import openai
3
import openai.resources
4
except ImportError:
5
- raise ModuleNotFoundError("Please install the Open AI SDK to use this feature: 'pip install anthropic'")
+ 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
0 commit comments