ws-bom-robot-app 0.0.71__py3-none-any.whl → 0.0.72__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.
- ws_bom_robot_app/llm/models/api.py +1 -1
- {ws_bom_robot_app-0.0.71.dist-info → ws_bom_robot_app-0.0.72.dist-info}/METADATA +1 -1
- {ws_bom_robot_app-0.0.71.dist-info → ws_bom_robot_app-0.0.72.dist-info}/RECORD +5 -5
- {ws_bom_robot_app-0.0.71.dist-info → ws_bom_robot_app-0.0.72.dist-info}/WHEEL +0 -0
- {ws_bom_robot_app-0.0.71.dist-info → ws_bom_robot_app-0.0.72.dist-info}/top_level.txt +0 -0
|
@@ -154,7 +154,7 @@ class LlmApp(BaseModel):
|
|
|
154
154
|
for tool in self.app_tools or []:
|
|
155
155
|
tool.vector_db = os.path.join(_vector_db_folder, os.path.splitext(os.path.basename(tool.vector_db))[0]) if tool.vector_db else None
|
|
156
156
|
def api_key(self):
|
|
157
|
-
return self.secrets.get("
|
|
157
|
+
return self.secrets.get("apiKey", "")
|
|
158
158
|
def get_llm(self) -> LlmInterface:
|
|
159
159
|
return LlmManager._list[self.provider](LlmConfig(
|
|
160
160
|
api_key=self.api_key(),
|
|
@@ -18,7 +18,7 @@ ws_bom_robot_app/llm/settings.py,sha256=EkFGCppORenStH9W4e6_dYvQ-5p6xiEMpmUHBqNq
|
|
|
18
18
|
ws_bom_robot_app/llm/feedbacks/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
19
19
|
ws_bom_robot_app/llm/feedbacks/feedback_manager.py,sha256=WcKgzlOb8VFG7yqHoIOO_R6LAzdzE4YIRFCVOGBSgfM,2856
|
|
20
20
|
ws_bom_robot_app/llm/models/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
21
|
-
ws_bom_robot_app/llm/models/api.py,sha256=
|
|
21
|
+
ws_bom_robot_app/llm/models/api.py,sha256=TBBv5rxfz59NnqAyD_eFo4LyEaqktWoIsVn7xfUlI4I,11002
|
|
22
22
|
ws_bom_robot_app/llm/models/base.py,sha256=1TqxuTK3rjJEALn7lvgoen_1ba3R2brAgGx6EDTtDZo,152
|
|
23
23
|
ws_bom_robot_app/llm/models/feedback.py,sha256=zh1jLqPRLzNlxInkCMoiJbfSu0-tiOEYHM7FhC46PkM,1692
|
|
24
24
|
ws_bom_robot_app/llm/models/kb.py,sha256=oVSw6_dmNxikAHrPqcfxDXz9M0ezLIYuxpgvzfs_Now,9514
|
|
@@ -67,7 +67,7 @@ ws_bom_robot_app/llm/vector_store/loader/__init__.py,sha256=47DEQpj8HBSa-_TImW-5
|
|
|
67
67
|
ws_bom_robot_app/llm/vector_store/loader/base.py,sha256=L_ugekNuAq0N9O-24wtlHSNHkqSeD-KsJrfGt_FX9Oc,5340
|
|
68
68
|
ws_bom_robot_app/llm/vector_store/loader/docling.py,sha256=yP0zgXLeFAlByaYuj-6cYariuknckrFds0dxdRcnVz8,3456
|
|
69
69
|
ws_bom_robot_app/llm/vector_store/loader/json_loader.py,sha256=qo9ejRZyKv_k6jnGgXnu1W5uqsMMtgqK_uvPpZQ0p74,833
|
|
70
|
-
ws_bom_robot_app-0.0.
|
|
71
|
-
ws_bom_robot_app-0.0.
|
|
72
|
-
ws_bom_robot_app-0.0.
|
|
73
|
-
ws_bom_robot_app-0.0.
|
|
70
|
+
ws_bom_robot_app-0.0.72.dist-info/METADATA,sha256=sTt9gwMm2UZqVKBzoIx0fDPKEPqUs7WnptAosH1Mir0,8609
|
|
71
|
+
ws_bom_robot_app-0.0.72.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
72
|
+
ws_bom_robot_app-0.0.72.dist-info/top_level.txt,sha256=Yl0akyHVbynsBX_N7wx3H3ZTkcMLjYyLJs5zBMDAKcM,17
|
|
73
|
+
ws_bom_robot_app-0.0.72.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|