olca 0.2.65__py3-none-any.whl → 0.2.66__py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
olca/oiv.py CHANGED
@@ -76,7 +76,7 @@ def serialize_response_to_json_file(resp, filename):
76
76
  f.write(json_str)
77
77
 
78
78
  def serialize_response_to_markdown(o):
79
- output=o["output"]["output"]
79
+ output=o["output"]
80
80
  string_md="# Output\n"
81
81
  #string_md+=f"## Model\n{o['model']}\n"
82
82
  #string_md+=f"## Prompt\n{o['prompt']['prompt']}\n"
@@ -99,7 +99,7 @@ def main():
99
99
  resp = ask_agent(input_request,tool_hub_tag=tool_hub_tag,chatbot_model=args.chatbot_model)
100
100
  outdir=os.path.join(os.getcwd(),"output")
101
101
  os.makedirs(outdir, exist_ok=True)
102
- out_filename = f"{args.prefix}output-{tlid.get_minutes()}.json"
102
+ out_filename = f"{args.prefix}{tlid.get_minutes()}.json"
103
103
  outfile=os.path.join(outdir,out_filename)
104
104
  o={}
105
105
  prompt_dict = {
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: olca
3
- Version: 0.2.65
3
+ Version: 0.2.66
4
4
  Summary: A Python package for experimental usage of Langchain and Human-in-the-Loop
5
5
  Home-page: https://github.com/jgwill/olca
6
6
  Author: Jean GUillaume ISabelle
@@ -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=A1YXzHV0smUONPHG_BH-RxXOg3rsWVWY07klLFCHdjE,4627
4
+ olca/oiv.py,sha256=TyhbgjzE9B5woacln8AtITLv1X7iv9ZivJBdk0MyP4U,4610
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.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,,
10
+ olca-0.2.66.dist-info/LICENSE,sha256=gXf5dRMhNSbfLPYYTY_5hsZ1r7UU1OaKQEAQUhuIBkM,18092
11
+ olca-0.2.66.dist-info/METADATA,sha256=rnjt54tCa8STAp7ZbD8VKHsW5AJtAh2NGQ9Dyjym2mQ,25808
12
+ olca-0.2.66.dist-info/WHEEL,sha256=GV9aMThwP_4oNCtvEC2ec3qUYutgWeAzklro_0m4WJQ,91
13
+ olca-0.2.66.dist-info/entry_points.txt,sha256=W2UkinpMZYsCLH54must9ahwbzCRl-rekcZ7rL5u3wA,123
14
+ olca-0.2.66.dist-info/top_level.txt,sha256=bGDtAReS-xlS0F6MM-DyD0IQUqjNdWmgemnM3vNtrpI,5
15
+ olca-0.2.66.dist-info/RECORD,,
File without changes
File without changes