Skip to content

Commit 4d8a8bf

Browse files
committed
chore: isort
1 parent 1e73b4d commit 4d8a8bf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

llm_observability_examples.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
import os
22
import uuid
33

4+
from pydantic import BaseModel
5+
46
import posthog
57
from posthog.ai.openai import AsyncOpenAI, OpenAI
6-
from pydantic import BaseModel
78

89
# Example credentials - replace these with your own or use environment variables
910
posthog.project_api_key = os.getenv("POSTHOG_PROJECT_API_KEY", "your-project-api-key")

0 commit comments

Comments
 (0)