olca 0.2.64__py3-none-any.whl → 0.2.65__py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- olca/oiv.py +2 -2
- {olca-0.2.64.dist-info → olca-0.2.65.dist-info}/METADATA +1 -1
- {olca-0.2.64.dist-info → olca-0.2.65.dist-info}/RECORD +7 -7
- {olca-0.2.64.dist-info → olca-0.2.65.dist-info}/LICENSE +0 -0
- {olca-0.2.64.dist-info → olca-0.2.65.dist-info}/WHEEL +0 -0
- {olca-0.2.64.dist-info → olca-0.2.65.dist-info}/entry_points.txt +0 -0
- {olca-0.2.64.dist-info → olca-0.2.65.dist-info}/top_level.txt +0 -0
olca/oiv.py
CHANGED
@@ -103,12 +103,12 @@ def main():
|
|
103
103
|
outfile=os.path.join(outdir,out_filename)
|
104
104
|
o={}
|
105
105
|
prompt_dict = {
|
106
|
-
"
|
106
|
+
"promptdata": str(prompt)
|
107
107
|
}
|
108
108
|
o["model"]=args.chatbot_model
|
109
109
|
o["prompt"]=prompt_dict
|
110
110
|
o["input"]=input_request
|
111
|
-
o["output"]=resp
|
111
|
+
o["output"]=resp["output"]
|
112
112
|
serialize_response_to_json_file(o, outfile)
|
113
113
|
serialize_response_to_markdown_file(o, outfile.replace(".json",".md"))
|
114
114
|
VERBOSE_RESULT=False
|
@@ -1,15 +1,15 @@
|
|
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=sNCe4LhpSaEOY5olMxW1nTv7CKiT__dc2lGomelE6mY,18207
|
4
|
-
olca/oiv.py,sha256=
|
4
|
+
olca/oiv.py,sha256=A1YXzHV0smUONPHG_BH-RxXOg3rsWVWY07klLFCHdjE,4627
|
5
5
|
olca/olcacli.py,sha256=oftilrp9v0QOV5tJeb6o8nwO54gjjlwWVfDU5JpoXJc,10758
|
6
6
|
olca/olcahelper.py,sha256=s9KwEYAJCbnKSXIsj5HCL-OHxkSsmL08ZBgoluxmP1s,3828
|
7
7
|
olca/prompts.py,sha256=q7lvDZ8n_K6ea2nu3K5R2fgBgQYrCIEjh0cA9fUlMFI,3697
|
8
8
|
olca/tracing.py,sha256=GSuXIKmIMQ9V2gLkKcin142Z2QpyS6obsnj8Tf-1zHc,1621
|
9
9
|
olca/utils.py,sha256=zM94HDMDYF95Yd9ubeOK6vuepbQN4kDFh0rTvaVFagI,912
|
10
|
-
olca-0.2.
|
11
|
-
olca-0.2.
|
12
|
-
olca-0.2.
|
13
|
-
olca-0.2.
|
14
|
-
olca-0.2.
|
15
|
-
olca-0.2.
|
10
|
+
olca-0.2.65.dist-info/LICENSE,sha256=gXf5dRMhNSbfLPYYTY_5hsZ1r7UU1OaKQEAQUhuIBkM,18092
|
11
|
+
olca-0.2.65.dist-info/METADATA,sha256=T8KELtV1Ow3bmgtlbu2I_hoeFgns1wa8XMabWimuLsg,25808
|
12
|
+
olca-0.2.65.dist-info/WHEEL,sha256=GV9aMThwP_4oNCtvEC2ec3qUYutgWeAzklro_0m4WJQ,91
|
13
|
+
olca-0.2.65.dist-info/entry_points.txt,sha256=W2UkinpMZYsCLH54must9ahwbzCRl-rekcZ7rL5u3wA,123
|
14
|
+
olca-0.2.65.dist-info/top_level.txt,sha256=bGDtAReS-xlS0F6MM-DyD0IQUqjNdWmgemnM3vNtrpI,5
|
15
|
+
olca-0.2.65.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|