Skip to content

Commit

Permalink
save the ergonomic designs
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaPurtell committed Nov 15, 2024
1 parent 6df635d commit 725c7db
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions synth_sdk/provider_support/openai_lf.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@
"Please install OpenAI to use this feature: 'pip install openai'"
)

# CREDIT TO LANGFUSE FOR OPENSOURCING THE CODE THAT THIS IS BASED ON
# https://langfuse.com

try:
from openai import AsyncAzureOpenAI, AsyncOpenAI, AzureOpenAI, OpenAI # noqa: F401
except ImportError:
Expand Down

0 comments on commit 725c7db

Please sign in to comment.