Skip to content

Commit

Permalink
Merge pull request #8 from synth-laboratories/ergonomic
Browse files Browse the repository at this point in the history
add support for low-code OpenAI logging
  • Loading branch information
JoshuaPurtell authored Nov 15, 2024
2 parents 9f2e9b0 + fc9a297 commit 5e6be5d
Show file tree
Hide file tree
Showing 13 changed files with 1,555 additions and 263 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ dependencies = [
"twine>=4.0.0",
"keyring>=24.0.0",
"python-dotenv>=1.0.1",
"langfuse>=2.53.9",
"pytest>=8.3.3",
]
classifiers = []

Expand Down
2 changes: 2 additions & 0 deletions synth_sdk/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,5 @@
# You can also add other package-level imports and initialization here

from synth_sdk.tracing.decorators import trace_system_sync, trace_system_async, synth_tracker_sync, synth_tracker_async
from synth_sdk.tracing.trackers import SynthTrackerSync, SynthTrackerAsync
from synth_sdk.provider_support.openai_lf import AsyncOpenAI, AsyncAzureOpenAI, OpenAI, AzureOpenAI
Loading

0 comments on commit 5e6be5d

Please sign in to comment.