olca 0.2.29__py3-none-any.whl → 0.2.30__py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
olca/olcacli.py CHANGED
@@ -316,13 +316,11 @@ def generate_config_example():
316
316
  "human": input("human [true]: ").lower() in ["true", "yes", "y", "1", ""] or use_default_human_input,
317
317
  "tracing": input("tracing [true]: ").lower() in ["true", "yes", "y", "1", ""] or use_default_tracing,
318
318
  "system_instructions": (
319
- input(f"system_instructions [{default_system_instructions}]: ").replace("\n", " ")
320
- or default_system_instructions
321
- ).replace("\n", " "),
319
+ input(f"system_instructions [{default_system_instructions}]: ") or default_system_instructions
320
+ ).replace("\n", " ").replace("system_instructions:","system_instructions: |\n\t"),
322
321
  "user_input": (
323
- input(f"user_input [{default_user_input}]: ").replace("\n", " ")
324
- or default_user_input
325
- ).replace("\n", " ")
322
+ input(f"user_input [{default_user_input}]: ") or default_user_input
323
+ ).replace("\n", " ").replace("user_input:","user_input: |\n\t")
326
324
  }
327
325
  with open('olca.yml', 'w') as file:
328
326
  yaml.dump(config, file)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: olca
3
- Version: 0.2.29
3
+ Version: 0.2.30
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
@@ -0,0 +1,10 @@
1
+ olca/__init__.py,sha256=3QyLLAys_KiiDIe-cfO_7QyY7di_qCaCS-sVziW2BOw,23
2
+ olca/fusewill_cli.py,sha256=ZFW2Oeq-gQpAaTIxzsztQWDMv7-R9WJTVcSspbTxpPk,5926
3
+ olca/fusewill_utils.py,sha256=TyyCVRkWeXaS14vh0BXGK-tj0ZPZ3_uQNnAOM-IE9FA,3405
4
+ olca/olcacli.py,sha256=Lllpzr-1Iku32P_whhMbGbBDPptRZ9EVA_ipS0O5GOQ,14455
5
+ olca-0.2.30.dist-info/LICENSE,sha256=gXf5dRMhNSbfLPYYTY_5hsZ1r7UU1OaKQEAQUhuIBkM,18092
6
+ olca-0.2.30.dist-info/METADATA,sha256=Yk4kFOghECSi1lLQ2R3418R425S667U748NWPlnG7Z0,25311
7
+ olca-0.2.30.dist-info/WHEEL,sha256=GV9aMThwP_4oNCtvEC2ec3qUYutgWeAzklro_0m4WJQ,91
8
+ olca-0.2.30.dist-info/entry_points.txt,sha256=AhP5FMv6vnOq9C76V_vxRVIO50smnZXG4RIY47oD2_U,103
9
+ olca-0.2.30.dist-info/top_level.txt,sha256=bGDtAReS-xlS0F6MM-DyD0IQUqjNdWmgemnM3vNtrpI,5
10
+ olca-0.2.30.dist-info/RECORD,,
@@ -1,10 +0,0 @@
1
- olca/__init__.py,sha256=3QyLLAys_KiiDIe-cfO_7QyY7di_qCaCS-sVziW2BOw,23
2
- olca/fusewill_cli.py,sha256=ZFW2Oeq-gQpAaTIxzsztQWDMv7-R9WJTVcSspbTxpPk,5926
3
- olca/fusewill_utils.py,sha256=TyyCVRkWeXaS14vh0BXGK-tj0ZPZ3_uQNnAOM-IE9FA,3405
4
- olca/olcacli.py,sha256=qO2Uxb6Ofh6jnT-vgilJFa7GsllSyre5Ps0n78hFbfc,14421
5
- olca-0.2.29.dist-info/LICENSE,sha256=gXf5dRMhNSbfLPYYTY_5hsZ1r7UU1OaKQEAQUhuIBkM,18092
6
- olca-0.2.29.dist-info/METADATA,sha256=Pt3L2DeULgaTuIORraKoLMXMCjxGfiQPvVF-X3XzfEg,25311
7
- olca-0.2.29.dist-info/WHEEL,sha256=GV9aMThwP_4oNCtvEC2ec3qUYutgWeAzklro_0m4WJQ,91
8
- olca-0.2.29.dist-info/entry_points.txt,sha256=AhP5FMv6vnOq9C76V_vxRVIO50smnZXG4RIY47oD2_U,103
9
- olca-0.2.29.dist-info/top_level.txt,sha256=bGDtAReS-xlS0F6MM-DyD0IQUqjNdWmgemnM3vNtrpI,5
10
- olca-0.2.29.dist-info/RECORD,,
File without changes
File without changes