Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewtruong committed Dec 11, 2024
1 parent 7a70b54 commit 07e7765
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions weave/trace/autopatch.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ def autopatch(settings: AutopatchSettings | None = None) -> None:
from weave.integrations.openai.openai_sdk import get_openai_patcher
from weave.integrations.vertexai.vertexai_sdk import vertexai_patcher

if settings is None:
settings = AutopatchSettings()

get_openai_patcher(settings.openai).attempt_patch()
mistral_patcher.attempt_patch()
litellm_patcher.attempt_patch()
Expand Down

0 comments on commit 07e7765

Please sign in to comment.