llumo 0.2.31__tar.gz → 0.2.32__tar.gz

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.
Files changed (26) hide show
  1. {llumo-0.2.31/llumo.egg-info → llumo-0.2.32}/PKG-INFO +1 -1
  2. {llumo-0.2.31 → llumo-0.2.32}/llumo/client.py +3 -3
  3. {llumo-0.2.31 → llumo-0.2.32/llumo.egg-info}/PKG-INFO +1 -1
  4. {llumo-0.2.31 → llumo-0.2.32}/LICENSE +0 -0
  5. {llumo-0.2.31 → llumo-0.2.32}/MANIFEST.in +0 -0
  6. {llumo-0.2.31 → llumo-0.2.32}/README.md +0 -0
  7. {llumo-0.2.31 → llumo-0.2.32}/llumo/__init__.py +0 -0
  8. {llumo-0.2.31 → llumo-0.2.32}/llumo/callback.py +0 -0
  9. {llumo-0.2.31 → llumo-0.2.32}/llumo/callbacks-0.py +0 -0
  10. {llumo-0.2.31 → llumo-0.2.32}/llumo/chains.py +0 -0
  11. {llumo-0.2.31 → llumo-0.2.32}/llumo/exceptions.py +0 -0
  12. {llumo-0.2.31 → llumo-0.2.32}/llumo/execution.py +0 -0
  13. {llumo-0.2.31 → llumo-0.2.32}/llumo/functionCalling.py +0 -0
  14. {llumo-0.2.31 → llumo-0.2.32}/llumo/google.py +0 -0
  15. {llumo-0.2.31 → llumo-0.2.32}/llumo/helpingFuntions.py +0 -0
  16. {llumo-0.2.31 → llumo-0.2.32}/llumo/llumoLogger.py +0 -0
  17. {llumo-0.2.31 → llumo-0.2.32}/llumo/llumoSessionContext.py +0 -0
  18. {llumo-0.2.31 → llumo-0.2.32}/llumo/models.py +0 -0
  19. {llumo-0.2.31 → llumo-0.2.32}/llumo/openai.py +0 -0
  20. {llumo-0.2.31 → llumo-0.2.32}/llumo/sockets.py +0 -0
  21. {llumo-0.2.31 → llumo-0.2.32}/llumo.egg-info/SOURCES.txt +0 -0
  22. {llumo-0.2.31 → llumo-0.2.32}/llumo.egg-info/dependency_links.txt +0 -0
  23. {llumo-0.2.31 → llumo-0.2.32}/llumo.egg-info/requires.txt +0 -0
  24. {llumo-0.2.31 → llumo-0.2.32}/llumo.egg-info/top_level.txt +0 -0
  25. {llumo-0.2.31 → llumo-0.2.32}/setup.cfg +0 -0
  26. {llumo-0.2.31 → llumo-0.2.32}/setup.py +0 -0
@@ -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
@@ -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
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes