llumo 0.1.3__py3-none-any.whl → 0.1.4__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 +4 -1
- {llumo-0.1.3.dist-info → llumo-0.1.4.dist-info}/METADATA +1 -1
- {llumo-0.1.3.dist-info → llumo-0.1.4.dist-info}/RECORD +6 -6
- {llumo-0.1.3.dist-info → llumo-0.1.4.dist-info}/WHEEL +0 -0
- {llumo-0.1.3.dist-info → llumo-0.1.4.dist-info}/licenses/LICENSE +0 -0
- {llumo-0.1.3.dist-info → llumo-0.1.4.dist-info}/top_level.txt +0 -0
llumo/client.py
CHANGED
@@ -15,7 +15,10 @@ from .models import AVAILABLEMODELS,getProviderFromModel
|
|
15
15
|
from .execution import ModelExecutor
|
16
16
|
from .sockets import LlumoSocketClient
|
17
17
|
|
18
|
-
|
18
|
+
|
19
|
+
# 👇 NEW: Explicitly load .env from the package folder
|
20
|
+
envPath = os.path.join(os.path.dirname(__file__), '.env')
|
21
|
+
load_dotenv(dotenv_path=envPath, override=False)# Automatically looks for .env in current directory
|
19
22
|
|
20
23
|
postUrl = os.getenv("postUrl")
|
21
24
|
fetchUrl = os.getenv("fetchUrl")
|
@@ -1,13 +1,13 @@
|
|
1
1
|
llumo/.env,sha256=Vx5FkuywpYHXH2N8epJ7PlNOPiwx9UP9DUz4vWd0urs,373
|
2
2
|
llumo/__init__.py,sha256=8ZgAtxJNNgHorEXoxaLQ2YWrVXGgamoayyLMD1L4FbE,183
|
3
|
-
llumo/client.py,sha256=
|
3
|
+
llumo/client.py,sha256=vu4xpjKOCK9Lb6dttZJ28PnxO8Wf5OR_YRGoDVLXG7o,23238
|
4
4
|
llumo/exceptions.py,sha256=l3_5d9cBMm-hwpuFrg3nvI9cEP2GTKXcCyWiWHwnYDM,1041
|
5
5
|
llumo/execution.py,sha256=ZvbZDSAvwj1XwSlgPNiy4r9fZG_vtfSlaWGwNI9xCa8,1453
|
6
6
|
llumo/helpingFuntions.py,sha256=HPy2w3IaYfH_hDBgXdoAmNZmAbDUO01bgW7gHBGNw8A,1765
|
7
7
|
llumo/models.py,sha256=WBtnu7ckOy9TGRiwswz04xOGYF6EslTUOxHUz4QWzUA,1602
|
8
8
|
llumo/sockets.py,sha256=M6piy6bNt342GmTQCdUJJDUgMYGxk0Acjgj11uI4Vdg,5965
|
9
|
-
llumo-0.1.
|
10
|
-
llumo-0.1.
|
11
|
-
llumo-0.1.
|
12
|
-
llumo-0.1.
|
13
|
-
llumo-0.1.
|
9
|
+
llumo-0.1.4.dist-info/licenses/LICENSE,sha256=vMiqSi3KpDHq3RFxKiqdh10ZUF3PjE3nnntANU-HEu4,186
|
10
|
+
llumo-0.1.4.dist-info/METADATA,sha256=eheCu7zcfVenaaywY-2m0X2wZHWc_M13pI7oNV57m6U,721
|
11
|
+
llumo-0.1.4.dist-info/WHEEL,sha256=pxyMxgL8-pra_rKaQ4drOZAegBVuX-G_4nRHjjgWbmo,91
|
12
|
+
llumo-0.1.4.dist-info/top_level.txt,sha256=d5zUTMI99llPtLRB8rtSrqELm_bOqX-bNC5IcwlDk88,6
|
13
|
+
llumo-0.1.4.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|