We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6c6cde commit 53d0213Copy full SHA for 53d0213
1 file changed
weco/client.py
@@ -67,8 +67,7 @@ def __init__(self, api_key: Union[str, None] = None, timeout: float = 120.0, htt
67
self.api_key = api_key
68
self.http2 = http2
69
self.timeout = timeout
70
- # self.base_url = "https://function.api.weco.ai"
71
- self.base_url = "https://function-dev.api.weco.ai"
+ self.base_url = "https://function.api.weco.ai"
72
# Setup clients
73
self.client = httpx.Client(http2=http2, timeout=timeout)
74
self.async_client = httpx.AsyncClient(http2=http2, timeout=timeout)
0 commit comments