aiauto-client 0.1.1__py3-none-any.whl → 0.1.2__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
aiauto/_config.py CHANGED
@@ -1,3 +1,3 @@
1
1
  # For Connect RPC over HTTP
2
- # This will be converted to https://api.aiauto.cloud.ainode.ai in production
3
- AIAUTO_API_TARGET = "api.aiauto.cloud.ainode.ai:443"
2
+ # This will be converted to https://api.aiauto.pangyo.ainode.ai in production
3
+ AIAUTO_API_TARGET = "api.aiauto.pangyo.ainode.ai:443"
aiauto/http_client.py CHANGED
@@ -13,8 +13,8 @@ class ConnectRPCClient:
13
13
  if base_url:
14
14
  self.base_url = base_url
15
15
  else:
16
- # AIAUTO_API_TARGET is like "api.aiauto.cloud.ainode.ai:443"
17
- # Convert to "https://api.aiauto.cloud.ainode.ai"
16
+ # AIAUTO_API_TARGET is like "api.aiauto.pangyo.ainode.ai:443"
17
+ # Convert to "https://api.aiauto.pangyo.ainode.ai"
18
18
  host = AIAUTO_API_TARGET.split(':')[0]
19
19
  self.base_url = f"https://{host}"
20
20
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: aiauto-client
3
- Version: 0.1.1
3
+ Version: 0.1.2
4
4
  Summary: AI Auto HPO (Hyperparameter Optimization) Client Library
5
5
  Author-email: AIAuto Team <ainode@zeroone.ai>
6
6
  Project-URL: Homepage, https://aiauto.cloude.ainode.ai
@@ -1,11 +1,11 @@
1
1
  aiauto/__init__.py,sha256=TgD2ZvIHb7oKJb-HjUl3WfXXtuWLien0sybSy9onjL8,395
2
- aiauto/_config.py,sha256=15HZy0YKmQXPzi7-XVBH1diBhovvCpPaijWx6_BrL3Q,157
2
+ aiauto/_config.py,sha256=DaRTIZlph9T3iuW-Cy4fkw8i3bXB--gMtW947SLZZNs,159
3
3
  aiauto/api.py,sha256=hzoVZMwKtH2EaAM1bY67grp6cenltCl8kdG8YHPegvk,1517
4
4
  aiauto/constants.py,sha256=UhDCLFoPE89XrHB3SEnZR3YUuzajgugMGX80KYx_qc0,939
5
5
  aiauto/core.py,sha256=uvAuSIL6CrIDfRBnBjN6SPFXD1ZJa7w7afNzmDyvzLM,7777
6
- aiauto/http_client.py,sha256=gE6Q1iafpwB-1l8PhgGUeX4fkIQ7cXrl-UvyG0a1zJ8,2084
6
+ aiauto/http_client.py,sha256=t1gxeM5-d5bsVoFWgaNcTrt_WWUXuMuxge9gDlEqhoA,2086
7
7
  aiauto/serializer.py,sha256=_iPtEoqW8RTKOZ6UrC7CzOqoangpPYzeL7MQfIdmov8,1568
8
- aiauto_client-0.1.1.dist-info/METADATA,sha256=OFThe4w3nAk2jlnGqHEMkv0sWxIGjUuHNmUVI_f9RqU,3335
9
- aiauto_client-0.1.1.dist-info/WHEEL,sha256=iAkIy5fosb7FzIOwONchHf19Qu7_1wCWyFNR5gu9nU0,91
10
- aiauto_client-0.1.1.dist-info/top_level.txt,sha256=Sk2ctO9_Bf_tAPwq1x6Vfl6OuL29XzwMTO4F_KG6oJE,7
11
- aiauto_client-0.1.1.dist-info/RECORD,,
8
+ aiauto_client-0.1.2.dist-info/METADATA,sha256=Yez_Igblnrkc0f6fAk5YQ7HHkqv6xRjZ_jeHak3vzzk,3335
9
+ aiauto_client-0.1.2.dist-info/WHEEL,sha256=iAkIy5fosb7FzIOwONchHf19Qu7_1wCWyFNR5gu9nU0,91
10
+ aiauto_client-0.1.2.dist-info/top_level.txt,sha256=Sk2ctO9_Bf_tAPwq1x6Vfl6OuL29XzwMTO4F_KG6oJE,7
11
+ aiauto_client-0.1.2.dist-info/RECORD,,