Skip to content

Commit 0229477

Browse files
committed
feat: add exports
1 parent a4e9178 commit 0229477

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

posthog/ai/openai/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
from .openai import OpenAI
22
from .openai_async import AsyncOpenAI
3+
from .openai_providers import AzureOpenAI, AsyncAzureOpenAI
34

4-
__all__ = ["OpenAI", "AsyncOpenAI"]
5+
__all__ = ["OpenAI", "AsyncOpenAI", "AzureOpenAI", "AsyncAzureOpenAI"]

0 commit comments

Comments
 (0)