pycoze 0.1.159__tar.gz → 0.1.161__tar.gz
Sign up to get free protection for your applications and to get access to all the features.
- {pycoze-0.1.159 → pycoze-0.1.161}/PKG-INFO +1 -1
- {pycoze-0.1.159 → pycoze-0.1.161}/pycoze/bot/agent/agent.py +1 -1
- {pycoze-0.1.159 → pycoze-0.1.161}/pycoze/bot/agent/chat.py +2 -2
- {pycoze-0.1.159 → pycoze-0.1.161}/pycoze.egg-info/PKG-INFO +1 -1
- {pycoze-0.1.159 → pycoze-0.1.161}/setup.py +1 -1
- {pycoze-0.1.159 → pycoze-0.1.161}/LICENSE +0 -0
- {pycoze-0.1.159 → pycoze-0.1.161}/README.md +0 -0
- {pycoze-0.1.159 → pycoze-0.1.161}/pycoze/__init__.py +0 -0
- {pycoze-0.1.159 → pycoze-0.1.161}/pycoze/ai/__init__.py +0 -0
- {pycoze-0.1.159 → pycoze-0.1.161}/pycoze/ai/vram_reserve.py +0 -0
- {pycoze-0.1.159 → pycoze-0.1.161}/pycoze/bot/__init__.py +0 -0
- {pycoze-0.1.159 → pycoze-0.1.161}/pycoze/bot/agent/__init__.py +0 -0
- {pycoze-0.1.159 → pycoze-0.1.161}/pycoze/bot/agent/agent_types/__init__.py +0 -0
- {pycoze-0.1.159 → pycoze-0.1.161}/pycoze/bot/agent/agent_types/const.py +0 -0
- {pycoze-0.1.159 → pycoze-0.1.161}/pycoze/bot/agent/agent_types/openai_func_call_agent.py +0 -0
- {pycoze-0.1.159 → pycoze-0.1.161}/pycoze/bot/agent/assistant.py +0 -0
- {pycoze-0.1.159 → pycoze-0.1.161}/pycoze/bot/agent_chat.py +0 -0
- {pycoze-0.1.159 → pycoze-0.1.161}/pycoze/bot/bot.py +0 -0
- {pycoze-0.1.159 → pycoze-0.1.161}/pycoze/reference/__init__.py +0 -0
- {pycoze-0.1.159 → pycoze-0.1.161}/pycoze/reference/bot.py +0 -0
- {pycoze-0.1.159 → pycoze-0.1.161}/pycoze/reference/lib.py +0 -0
- {pycoze-0.1.159 → pycoze-0.1.161}/pycoze/reference/tool.py +0 -0
- {pycoze-0.1.159 → pycoze-0.1.161}/pycoze/ui/__init__.py +0 -0
- {pycoze-0.1.159 → pycoze-0.1.161}/pycoze/ui/base.py +0 -0
- {pycoze-0.1.159 → pycoze-0.1.161}/pycoze/ui/color.py +0 -0
- {pycoze-0.1.159 → pycoze-0.1.161}/pycoze/ui/typ.py +0 -0
- {pycoze-0.1.159 → pycoze-0.1.161}/pycoze/ui/ui_def.py +0 -0
- {pycoze-0.1.159 → pycoze-0.1.161}/pycoze/utils/__init__.py +0 -0
- {pycoze-0.1.159 → pycoze-0.1.161}/pycoze/utils/arg.py +0 -0
- {pycoze-0.1.159 → pycoze-0.1.161}/pycoze/utils/text_or_file.py +0 -0
- {pycoze-0.1.159 → pycoze-0.1.161}/pycoze.egg-info/SOURCES.txt +0 -0
- {pycoze-0.1.159 → pycoze-0.1.161}/pycoze.egg-info/dependency_links.txt +0 -0
- {pycoze-0.1.159 → pycoze-0.1.161}/pycoze.egg-info/top_level.txt +0 -0
- {pycoze-0.1.159 → pycoze-0.1.161}/setup.cfg +0 -0
@@ -8,7 +8,7 @@ _INFOMATION_MESSAGE = "INFOMATION_MESSAGE=>"
|
|
8
8
|
_LOG = "LOG=>"
|
9
9
|
|
10
10
|
|
11
|
-
CHAT_DATA = {output:"",info:""}
|
11
|
+
CHAT_DATA = {"output":"","info":""}
|
12
12
|
|
13
13
|
|
14
14
|
def log(content, *args, end="\n", **kwargs):
|
@@ -16,7 +16,7 @@ def log(content, *args, end="\n", **kwargs):
|
|
16
16
|
|
17
17
|
|
18
18
|
def clear_chat_data():
|
19
|
-
CHAT_DATA = {output:"",info:""}
|
19
|
+
CHAT_DATA = {"output":"","info":""}
|
20
20
|
|
21
21
|
|
22
22
|
def output(role, content):
|
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
|
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
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|