llumo 0.2.31__py3-none-any.whl → 0.2.32__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.
llumo/client.py CHANGED
@@ -23,15 +23,15 @@ from tqdm import tqdm
23
23
  pd.set_option("future.no_silent_downcasting", True)
24
24
 
25
25
  postUrl = (
26
- "https://red-skull-service-392377961931.us-central1.run.app/api/process-playground"
26
+ "https://redskull.llumo.ai/api/process-playground"
27
27
  )
28
28
  fetchUrl = (
29
- "https://red-skull-service-392377961931.us-central1.run.app/api/get-cells-data"
29
+ "https://redskull.llumo.ai/api/get-cells-data"
30
30
  )
31
31
  socketDataUrl = "https://app.llumo.ai/api/eval/get-awaited"
32
32
 
33
33
  validateUrl = "https://app.llumo.ai/api/workspace-details"
34
- socketUrl = "https://red-skull-service-392377961931.us-central1.run.app/"
34
+ socketUrl = "https://redskull.llumo.ai/"
35
35
 
36
36
 
37
37
  class LlumoClient:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: llumo
3
- Version: 0.2.31
3
+ Version: 0.2.32
4
4
  Summary: Python SDK for interacting with the Llumo ai API.
5
5
  Home-page: https://www.llumo.ai/
6
6
  Author: Llumo
@@ -2,7 +2,7 @@ llumo/__init__.py,sha256=kkuppu7ZPiVZFdnYzJ9BM3syMbYHOSZLpwKwAvGHsnY,311
2
2
  llumo/callback.py,sha256=K8O_bXgeIOXr5gougWF2Y7wnXTf7c3gSEvJZFiVoCmA,23829
3
3
  llumo/callbacks-0.py,sha256=TEIOCWRvk2UYsTmBMBsnlgpqWvr-2y3a6d0w_e96NRM,8958
4
4
  llumo/chains.py,sha256=6lCgLseh04RUgc6SahhmvQj82quay2Mi1j8gPUlx8Es,2923
5
- llumo/client.py,sha256=_icK1unxsPdKiLboLlRcrpvfO6IuaZeoS-n3j5eZIX8,70772
5
+ llumo/client.py,sha256=p28b0F2NLgggwkA9BchcMp0sEZ_V_SFeMCR2Sj0pndE,70673
6
6
  llumo/exceptions.py,sha256=1OyhN9YL9LcyUPUsqYHq6Rret0udATZAwMVJaio2_Ec,2123
7
7
  llumo/execution.py,sha256=nWbJ7AvWuUPcOb6i-JzKRna_PvF-ewZTiK8skS-5n3w,1380
8
8
  llumo/functionCalling.py,sha256=D5jYapu1rIvdIJNUYPYMTyhQ1H-6nkwoOLMi6eekfUE,7241
@@ -13,8 +13,8 @@ llumo/llumoSessionContext.py,sha256=s1yu8dP_lrVPdiPQdg80n7Pm_IXoc6_XR2-6oBq5UtI,
13
13
  llumo/models.py,sha256=aVEZsOOoQx5LeNtwSyBxqvrINq0izH3QWu_YjsMPE6o,2910
14
14
  llumo/openai.py,sha256=VstBzaORe8Tq0feUIIEszzcN1oq6TJfkPviaCr5d3Bw,8950
15
15
  llumo/sockets.py,sha256=pBDo-U65hMIMwKMwZQl3iBkEjISEt-9BkXxZTWfSHF4,6116
16
- llumo-0.2.31.dist-info/licenses/LICENSE,sha256=tF9yAcfPV9xGT3ViWmC8hPvOo8BEk4ZICbUfcEo8Dlk,182
17
- llumo-0.2.31.dist-info/METADATA,sha256=egWsasIoHtLJCrt1RVulJYUSxAqV9PyiWut84AMG2tk,1558
18
- llumo-0.2.31.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
19
- llumo-0.2.31.dist-info/top_level.txt,sha256=d5zUTMI99llPtLRB8rtSrqELm_bOqX-bNC5IcwlDk88,6
20
- llumo-0.2.31.dist-info/RECORD,,
16
+ llumo-0.2.32.dist-info/licenses/LICENSE,sha256=tF9yAcfPV9xGT3ViWmC8hPvOo8BEk4ZICbUfcEo8Dlk,182
17
+ llumo-0.2.32.dist-info/METADATA,sha256=sKCxyfRxjeOUiVDUxDvSxpDHJJDul1XddlxhGF_NLEo,1558
18
+ llumo-0.2.32.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
19
+ llumo-0.2.32.dist-info/top_level.txt,sha256=d5zUTMI99llPtLRB8rtSrqELm_bOqX-bNC5IcwlDk88,6
20
+ llumo-0.2.32.dist-info/RECORD,,
File without changes