mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 18:54:30 +00:00
fix api url for litedebugger
This commit is contained in:
parent
0ff4515f20
commit
99ce9873e9
1 changed files with 1 additions and 2 deletions
|
@ -6,8 +6,7 @@ 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.validate_environment(email)
|
||||
pass
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue