Skip to content

Commit

Permalink
feat: production API URL
Browse files Browse the repository at this point in the history
  • Loading branch information
RezaRahemtola committed Nov 12, 2024
1 parent 255814f commit 0dfc527
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libertai/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ class _Config:

def __init__(self):
self.AGENTS_BACKEND_URL = os.getenv("LIBERTAI_CLIENT_AGENTS_BACKEND_URL",
"https://e6cd-58-142-26-96.ngrok-free.app")
"https://agent.api.libertai.io")


config = _Config()

0 comments on commit 0dfc527

Please sign in to comment.