forked from phoenix/litellm-mirror
use prod logger not local
This commit is contained in:
parent
a36593dfbd
commit
79de8bb12e
2 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue