olca 0.2.9__py3-none-any.whl → 0.2.10__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.
- olca/olcacli.py +1 -1
- {olca-0.2.9.dist-info → olca-0.2.10.dist-info}/METADATA +1 -1
- olca-0.2.10.dist-info/RECORD +8 -0
- olca-0.2.9.dist-info/RECORD +0 -8
- {olca-0.2.9.dist-info → olca-0.2.10.dist-info}/LICENSE +0 -0
- {olca-0.2.9.dist-info → olca-0.2.10.dist-info}/WHEEL +0 -0
- {olca-0.2.9.dist-info → olca-0.2.10.dist-info}/entry_points.txt +0 -0
- {olca-0.2.9.dist-info → olca-0.2.10.dist-info}/top_level.txt +0 -0
olca/olcacli.py
CHANGED
@@ -275,7 +275,7 @@ def main():
|
|
275
275
|
def generate_config_example():
|
276
276
|
try:
|
277
277
|
config = {
|
278
|
-
"api_keyname": input("api_keyname [
|
278
|
+
"api_keyname": input("api_keyname [OPENAI_API_KEY]: ") or "OPENAI_API_KEY",
|
279
279
|
"model_name": input("model_name [gpt-4o-mini]: ") or "gpt-4o-mini",
|
280
280
|
"recursion_limit": int(input("recursion_limit [12]: ") or 12),
|
281
281
|
"temperature": float(input("temperature [0]: ") or 0),
|
@@ -0,0 +1,8 @@
|
|
1
|
+
olca/__init__.py,sha256=3QyLLAys_KiiDIe-cfO_7QyY7di_qCaCS-sVziW2BOw,23
|
2
|
+
olca/olcacli.py,sha256=B3uZcl_873zBy4vmXmcyN6Z8ofQA-anzX2aLuvUTSpk,12281
|
3
|
+
olca-0.2.10.dist-info/LICENSE,sha256=gXf5dRMhNSbfLPYYTY_5hsZ1r7UU1OaKQEAQUhuIBkM,18092
|
4
|
+
olca-0.2.10.dist-info/METADATA,sha256=JKm1ryzvJZnoPLKK0u1jyLOUs1FbgCJhTVUJzPhCwQs,22013
|
5
|
+
olca-0.2.10.dist-info/WHEEL,sha256=GV9aMThwP_4oNCtvEC2ec3qUYutgWeAzklro_0m4WJQ,91
|
6
|
+
olca-0.2.10.dist-info/entry_points.txt,sha256=XwHDvSB6qlO1oIEtLCwrVJoVV91S405JL_iXl0G211A,44
|
7
|
+
olca-0.2.10.dist-info/top_level.txt,sha256=bGDtAReS-xlS0F6MM-DyD0IQUqjNdWmgemnM3vNtrpI,5
|
8
|
+
olca-0.2.10.dist-info/RECORD,,
|
olca-0.2.9.dist-info/RECORD
DELETED
@@ -1,8 +0,0 @@
|
|
1
|
-
olca/__init__.py,sha256=3QyLLAys_KiiDIe-cfO_7QyY7di_qCaCS-sVziW2BOw,23
|
2
|
-
olca/olcacli.py,sha256=phRtxwiVJ6pkrzAjo3JI2skI87XBidkSBsE3Ec9yqBQ,12291
|
3
|
-
olca-0.2.9.dist-info/LICENSE,sha256=gXf5dRMhNSbfLPYYTY_5hsZ1r7UU1OaKQEAQUhuIBkM,18092
|
4
|
-
olca-0.2.9.dist-info/METADATA,sha256=NrOZEY9Ew1Ct-pR_colcQFWh_v_ymW-tPlx7BKvMV8U,22012
|
5
|
-
olca-0.2.9.dist-info/WHEEL,sha256=GV9aMThwP_4oNCtvEC2ec3qUYutgWeAzklro_0m4WJQ,91
|
6
|
-
olca-0.2.9.dist-info/entry_points.txt,sha256=XwHDvSB6qlO1oIEtLCwrVJoVV91S405JL_iXl0G211A,44
|
7
|
-
olca-0.2.9.dist-info/top_level.txt,sha256=bGDtAReS-xlS0F6MM-DyD0IQUqjNdWmgemnM3vNtrpI,5
|
8
|
-
olca-0.2.9.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|