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 7d9eb5b commit dcd924bCopy full SHA for dcd924b
posthog/ai/openai/openai.py
@@ -10,7 +10,6 @@
10
11
from posthog.ai.utils import call_llm_and_track_usage, get_model_params, with_privacy_mode
12
from posthog.client import Client as PostHogClient
13
-from openai.resources.responses import Responses
14
15
16
class OpenAI(openai.OpenAI):
0 commit comments