olca 0.2.27__tar.gz → 0.2.28__tar.gz
Sign up to get free protection for your applications and to get access to all the features.
- {olca-0.2.27 → olca-0.2.28}/PKG-INFO +1 -1
- {olca-0.2.27 → olca-0.2.28}/olca/olcacli.py +1 -1
- {olca-0.2.27 → olca-0.2.28}/olca.egg-info/PKG-INFO +1 -1
- {olca-0.2.27 → olca-0.2.28}/pyproject.toml +1 -1
- {olca-0.2.27 → olca-0.2.28}/setup.py +1 -1
- {olca-0.2.27 → olca-0.2.28}/LICENSE +0 -0
- {olca-0.2.27 → olca-0.2.28}/README.md +0 -0
- {olca-0.2.27 → olca-0.2.28}/olca/__init__.py +0 -0
- {olca-0.2.27 → olca-0.2.28}/olca/fusewill_cli.py +0 -0
- {olca-0.2.27 → olca-0.2.28}/olca/fusewill_utils.py +0 -0
- {olca-0.2.27 → olca-0.2.28}/olca.egg-info/SOURCES.txt +0 -0
- {olca-0.2.27 → olca-0.2.28}/olca.egg-info/dependency_links.txt +0 -0
- {olca-0.2.27 → olca-0.2.28}/olca.egg-info/entry_points.txt +0 -0
- {olca-0.2.27 → olca-0.2.28}/olca.egg-info/requires.txt +0 -0
- {olca-0.2.27 → olca-0.2.28}/olca.egg-info/top_level.txt +0 -0
- {olca-0.2.27 → olca-0.2.28}/setup.cfg +0 -0
@@ -299,7 +299,7 @@ def setup_required_directories(system_instructions, user_input):
|
|
299
299
|
|
300
300
|
def generate_config_example():
|
301
301
|
try:
|
302
|
-
default_system_instructions = "You are interacting using the human tool addressing carefully what the user is asking.
|
302
|
+
default_system_instructions = "You are interacting using the human tool addressing carefully what the user is asking. "
|
303
303
|
|
304
304
|
default_user_input = "Interact with me to write a story using the 3 act structure that we will save in ./story/ - Make sure you interact with me and wont quit."
|
305
305
|
|
@@ -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.28",
|
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
|