use prod logger not local

This commit is contained in:
ishaan-jaff 2023-08-23 15:10:53 -07:00
parent a36593dfbd
commit 79de8bb12e
2 changed files with 3 additions and 3 deletions

View file

@ -6,8 +6,8 @@ class LiteDebugger:
dashboard_url = None
def __init__(self, email=None):
# self.api_url = "https://api.litellm.ai/debugger"
self.api_url = "http://0.0.0.0:4000/debugger"
self.api_url = "https://api.litellm.ai/debugger"
# self.api_url = "http://0.0.0.0:4000/debugger"
self.validate_environment(email)
pass

View file

@ -1,6 +1,6 @@
[tool.poetry]
name = "litellm"
version = "0.1.464"
version = "0.1.465"
description = "Library to easily interface with LLM API providers"
authors = ["BerriAI"]
license = "MIT License"