langfuse/langfuse-python

Host on CallbackHandler should be optional

Closed this issue · 3 comments

from langfuse.callback import CallbackHandler
handler = CallbackHandler(PUBLIC_KEY, SECRET_KEY)

Currently need to manually set host=None as positional argument is required

I'll pick it up @marcklingen

@marcklingen I just saw you made the changes for it.

Sorry, should have closed the issue