olca 0.2.61__py3-none-any.whl → 0.2.62__py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- olca/olcacli.py +2 -1
- {olca-0.2.61.dist-info → olca-0.2.62.dist-info}/METADATA +1 -1
- {olca-0.2.61.dist-info → olca-0.2.62.dist-info}/RECORD +7 -7
- {olca-0.2.61.dist-info → olca-0.2.62.dist-info}/LICENSE +0 -0
- {olca-0.2.61.dist-info → olca-0.2.62.dist-info}/WHEEL +0 -0
- {olca-0.2.61.dist-info → olca-0.2.62.dist-info}/entry_points.txt +0 -0
- {olca-0.2.61.dist-info → olca-0.2.62.dist-info}/top_level.txt +0 -0
olca/olcacli.py
CHANGED
@@ -56,7 +56,7 @@ dotenv.load_dotenv()
|
|
56
56
|
# First we initialize the model we want to use.
|
57
57
|
from json import load
|
58
58
|
from langchain_openai import ChatOpenAI,OpenAI
|
59
|
-
from langchain.agents import AgentExecutor, create_react_agent
|
59
|
+
#from langchain.agents import AgentExecutor, create_react_agent
|
60
60
|
|
61
61
|
from langchain_community.agent_toolkits.load_tools import load_tools
|
62
62
|
|
@@ -239,6 +239,7 @@ def main():
|
|
239
239
|
if provider == "ollama":
|
240
240
|
from langchain_ollama import OllamaLLM
|
241
241
|
model = OllamaLLM(model=base_model, base_url=host if host else None)
|
242
|
+
|
242
243
|
elif provider == "openai":
|
243
244
|
from langchain_openai import ChatOpenAI
|
244
245
|
model = ChatOpenAI(model=base_model, temperature=0)
|
@@ -1,14 +1,14 @@
|
|
1
1
|
olca/__init__.py,sha256=3QyLLAys_KiiDIe-cfO_7QyY7di_qCaCS-sVziW2BOw,23
|
2
2
|
olca/fusewill_cli.py,sha256=7etgdpM64-jXGLlALG7PtwICAzoLKYGMBRvHf5nMLic,17119
|
3
3
|
olca/fusewill_utils.py,sha256=LEKEDboyCm14_yvypE6lTed9j_uJN4K8vVdvYi6JoJs,14903
|
4
|
-
olca/olcacli.py,sha256=
|
4
|
+
olca/olcacli.py,sha256=IZ5gzZZ8p9CWkMGcqmbq7w50GEfLLmiSDtBiH98Lyr4,11191
|
5
5
|
olca/olcahelper.py,sha256=WdN6-K-N7-HnB9L_px6TsDKWiTXIusZM2I1d0GNQnFs,3322
|
6
6
|
olca/prompts.py,sha256=q7lvDZ8n_K6ea2nu3K5R2fgBgQYrCIEjh0cA9fUlMFI,3697
|
7
7
|
olca/tracing.py,sha256=GSuXIKmIMQ9V2gLkKcin142Z2QpyS6obsnj8Tf-1zHc,1621
|
8
8
|
olca/utils.py,sha256=zM94HDMDYF95Yd9ubeOK6vuepbQN4kDFh0rTvaVFagI,912
|
9
|
-
olca-0.2.
|
10
|
-
olca-0.2.
|
11
|
-
olca-0.2.
|
12
|
-
olca-0.2.
|
13
|
-
olca-0.2.
|
14
|
-
olca-0.2.
|
9
|
+
olca-0.2.62.dist-info/LICENSE,sha256=gXf5dRMhNSbfLPYYTY_5hsZ1r7UU1OaKQEAQUhuIBkM,18092
|
10
|
+
olca-0.2.62.dist-info/METADATA,sha256=0fS7mwyjNrI9q9UCg3kxQN_B4V0dzjwCWbhDf86k87A,25398
|
11
|
+
olca-0.2.62.dist-info/WHEEL,sha256=GV9aMThwP_4oNCtvEC2ec3qUYutgWeAzklro_0m4WJQ,91
|
12
|
+
olca-0.2.62.dist-info/entry_points.txt,sha256=AhP5FMv6vnOq9C76V_vxRVIO50smnZXG4RIY47oD2_U,103
|
13
|
+
olca-0.2.62.dist-info/top_level.txt,sha256=bGDtAReS-xlS0F6MM-DyD0IQUqjNdWmgemnM3vNtrpI,5
|
14
|
+
olca-0.2.62.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|