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 1e73b4d commit 4d8a8bfCopy full SHA for 4d8a8bf
llm_observability_examples.py
@@ -1,9 +1,10 @@
1
import os
2
import uuid
3
4
+from pydantic import BaseModel
5
+
6
import posthog
7
from posthog.ai.openai import AsyncOpenAI, OpenAI
-from pydantic import BaseModel
8
9
# Example credentials - replace these with your own or use environment variables
10
posthog.project_api_key = os.getenv("POSTHOG_PROJECT_API_KEY", "your-project-api-key")
0 commit comments