Skip to content

Commit

Permalink
fix(client): pass timeout to FernLangfuse (#1030)
Browse files Browse the repository at this point in the history
Co-Authored-By: @kenny-phoenixteam
  • Loading branch information
hassiebp authored Dec 8, 2024
1 parent d595dee commit 39e226f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions langfuse/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,7 @@ def __init__(
x_langfuse_sdk_version=version,
x_langfuse_public_key=public_key,
httpx_client=self.httpx_client,
timeout=timeout,
)

langfuse_client = LangfuseClient(
Expand Down

0 comments on commit 39e226f

Please sign in to comment.