pycoze 0.1.169__py3-none-any.whl → 0.1.171__py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- pycoze/bot/bot.py +2 -0
- {pycoze-0.1.169.dist-info → pycoze-0.1.171.dist-info}/METADATA +1 -1
- {pycoze-0.1.169.dist-info → pycoze-0.1.171.dist-info}/RECORD +6 -6
- {pycoze-0.1.169.dist-info → pycoze-0.1.171.dist-info}/LICENSE +0 -0
- {pycoze-0.1.169.dist-info → pycoze-0.1.171.dist-info}/WHEEL +0 -0
- {pycoze-0.1.169.dist-info → pycoze-0.1.171.dist-info}/top_level.txt +0 -0
pycoze/bot/bot.py
CHANGED
@@ -54,7 +54,9 @@ def chat(bot_setting_file: str):
|
|
54
54
|
if not input_queue.empty():
|
55
55
|
print("not input_queue.empty()")
|
56
56
|
next_input_text = input_queue.peek()
|
57
|
+
print("next_input_text", next_input_text)
|
57
58
|
if next_input_text == INTERRUPT_MESSAGE:
|
59
|
+
print("should_exit")
|
58
60
|
should_exit.set() # 设置退出标志
|
59
61
|
break
|
60
62
|
time.sleep(0.1) # 每隔 0.1 秒检查一次
|
@@ -3,7 +3,7 @@ pycoze/ai/__init__.py,sha256=odM2lgYSnApxw4AzLV_5AyaxL5_MLfydOSB1VmLGFyA,75
|
|
3
3
|
pycoze/ai/vram_reserve.py,sha256=QbqaA8qv87cnEpOVDMygi0BNMxuhLYwj1UKfR_D5BD4,4340
|
4
4
|
pycoze/bot/__init__.py,sha256=6HHMxDQVOyZM9dtSjQm9tjGnhj4h7CixD0JOvEwTi48,41
|
5
5
|
pycoze/bot/agent_chat.py,sha256=Q5uPcLre-x9oxwGvZYWIYXl7GzNSI2fgSEPg4jPb25I,2876
|
6
|
-
pycoze/bot/bot.py,sha256=
|
6
|
+
pycoze/bot/bot.py,sha256=TaP1qExjCTOsf5UsY_ZNzUBe4Pbi7moe4-DPkb0jxDk,3165
|
7
7
|
pycoze/bot/agent/__init__.py,sha256=3wE8_FFQS8j2BY-g9Cr-onV0POEvDRZaw_NCzpqrNus,265
|
8
8
|
pycoze/bot/agent/agent.py,sha256=7dyAsHSVnBmFUK9GR_BumkjSgrvQA0KLj0e3aDN_JU4,3592
|
9
9
|
pycoze/bot/agent/assistant.py,sha256=3iLxnRvf_ia0cP-FHK5Fv4ylltlnzPq1KscRCFYqjkc,1147
|
@@ -23,8 +23,8 @@ pycoze/ui/ui_def.py,sha256=UhhU_yB3GV9ISbvTWT48hsHPHI250BhMILh6bu5Uioo,4206
|
|
23
23
|
pycoze/utils/__init__.py,sha256=ET0W5wzq4zlY3dr1wHVbbeRKlKdC_zqHt9b0jZyHohw,94
|
24
24
|
pycoze/utils/arg.py,sha256=orLVEGw3x2f3l7bZDbBPkkdDPSdqXo-_Rs-4ZhzmrEw,984
|
25
25
|
pycoze/utils/text_or_file.py,sha256=gpxZVWt2DW6YiEg_MnMuwg36VNf3TX383QD_1oZNB0Y,551
|
26
|
-
pycoze-0.1.
|
27
|
-
pycoze-0.1.
|
28
|
-
pycoze-0.1.
|
29
|
-
pycoze-0.1.
|
30
|
-
pycoze-0.1.
|
26
|
+
pycoze-0.1.171.dist-info/LICENSE,sha256=QStd_Qsd0-kAam_-sOesCIp_uKrGWeoKwt9M49NVkNU,1090
|
27
|
+
pycoze-0.1.171.dist-info/METADATA,sha256=07mNTdWfQNwyKs-YHHpM-UU_-dbV1Pa42arwkmsD06c,726
|
28
|
+
pycoze-0.1.171.dist-info/WHEEL,sha256=bFJAMchF8aTQGUgMZzHJyDDMPTO3ToJ7x23SLJa1SVo,92
|
29
|
+
pycoze-0.1.171.dist-info/top_level.txt,sha256=76dPeDhKvOCleL3ZC5gl1-y4vdS1tT_U1hxWVAn7sFo,7
|
30
|
+
pycoze-0.1.171.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|