forked from phoenix/litellm-mirror
pass langfuse host
This commit is contained in:
parent
e0373e05ad
commit
925a6645df
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ class LangFuseLogger:
|
|||
self.Langfuse = Langfuse(
|
||||
public_key=self.public_key,
|
||||
secret_key=self.secret_key,
|
||||
host="https://cloud.langfuse.com",
|
||||
host=self.langfuse_host,
|
||||
)
|
||||
|
||||
def log_event(self, kwargs, response_obj, start_time, end_time, print_verbose):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue