olca 0.2.24__tar.gz → 0.2.25__tar.gz
Sign up to get free protection for your applications and to get access to all the features.
- {olca-0.2.24 → olca-0.2.25}/PKG-INFO +1 -1
- {olca-0.2.24 → olca-0.2.25}/olca/olcacli.py +1 -1
- {olca-0.2.24 → olca-0.2.25}/olca.egg-info/PKG-INFO +1 -1
- {olca-0.2.24 → olca-0.2.25}/pyproject.toml +1 -1
- {olca-0.2.24 → olca-0.2.25}/setup.py +1 -1
- {olca-0.2.24 → olca-0.2.25}/LICENSE +0 -0
- {olca-0.2.24 → olca-0.2.25}/README.md +0 -0
- {olca-0.2.24 → olca-0.2.25}/olca/__init__.py +0 -0
- {olca-0.2.24 → olca-0.2.25}/olca/fusewill_cli.py +0 -0
- {olca-0.2.24 → olca-0.2.25}/olca/fusewill_utils.py +0 -0
- {olca-0.2.24 → olca-0.2.25}/olca.egg-info/SOURCES.txt +0 -0
- {olca-0.2.24 → olca-0.2.25}/olca.egg-info/dependency_links.txt +0 -0
- {olca-0.2.24 → olca-0.2.25}/olca.egg-info/entry_points.txt +0 -0
- {olca-0.2.24 → olca-0.2.25}/olca.egg-info/requires.txt +0 -0
- {olca-0.2.24 → olca-0.2.25}/olca.egg-info/top_level.txt +0 -0
- {olca-0.2.24 → olca-0.2.25}/setup.cfg +0 -0
@@ -303,7 +303,7 @@ def generate_config_example():
|
|
303
303
|
"temperature": float(input("temperature [0]: ") or 0),
|
304
304
|
"human": input("human [true]: ").lower() in ["true", "yes", "y", "1", ""] or True,
|
305
305
|
"tracing": input("tracing [true]: ").lower() in ["true", "yes", "y", "1", ""] or True,
|
306
|
-
"system_instructions": input("system_instructions [
|
306
|
+
"system_instructions": input("system_instructions [You are interacting using the human tool addressing carefully what the user is asking. You carefully go step by step in your interaction with the user. You are clear and concise in your communication wrapping up the conversation in a coherent manner for the interaction. You make sure to always present what you think is the end-result of the work before quitting the loop and exit the workflow.]: ") or "You are interacting using the human tool addressing carefully what the user is asking. You carefully go step by step in your interaction with the user. You are clear and concise in your communication wrapping up the conversation in a coherent manner for the interaction. You make sure to always present what you think is the end-result of the work before quitting the loop and exit the workflow.",
|
307
307
|
"user_input": input("user_input [Interact with me to write a story using the 3 act structure that we will save in ./story/]: ") or "Interact with me to write a story using the 3 act structure that we will save in ./story/"
|
308
308
|
}
|
309
309
|
with open('olca.yml', 'w') as file:
|
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
|
|
2
2
|
|
3
3
|
setup(
|
4
4
|
name='olca',
|
5
|
-
version = "0.2.
|
5
|
+
version = "0.2.25",
|
6
6
|
author='Jean GUillaume ISabelle',
|
7
7
|
author_email='jgi@jgwill.com',
|
8
8
|
description='A Python package for experimenting with Langchain agent and interactivity in Terminal modalities.',
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|