Skip to content

Commit

Permalink
Update base url
Browse files Browse the repository at this point in the history
  • Loading branch information
DhruvSrikanth committed Aug 23, 2024
1 parent f6c6cde commit 53d0213
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions weco/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,7 @@ def __init__(self, api_key: Union[str, None] = None, timeout: float = 120.0, htt
self.api_key = api_key
self.http2 = http2
self.timeout = timeout
# self.base_url = "https://function.api.weco.ai"
self.base_url = "https://function-dev.api.weco.ai"
self.base_url = "https://function.api.weco.ai"
# Setup clients
self.client = httpx.Client(http2=http2, timeout=timeout)
self.async_client = httpx.AsyncClient(http2=http2, timeout=timeout)
Expand Down

0 comments on commit 53d0213

Please sign in to comment.