diff --git a/litellm/integrations/langfuse.py b/litellm/integrations/langfuse.py index 26105ac7c..920f62995 100644 --- a/litellm/integrations/langfuse.py +++ b/litellm/integrations/langfuse.py @@ -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):