Skip to content

Commit a4e9178

Browse files
Update posthog/ai/openai/openai_providers.py
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
1 parent f06c646 commit a4e9178

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

posthog/ai/openai/openai_providers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import openai
33
import openai.resources
44
except ImportError:
5-
raise ModuleNotFoundError("Please install the Open AI SDK to use this feature: 'pip install anthropic'")
5+
raise ModuleNotFoundError("Please install the Open AI SDK to use this feature: 'pip install openai'")
66

77
from posthog.ai.openai.openai import WrappedBeta, WrappedChat, WrappedEmbeddings
88
from posthog.ai.openai.openai_async import AsyncWrappedBeta, AsyncWrappedChat, AsyncWrappedEmbeddings

0 commit comments

Comments
 (0)