pycoze 0.1.241__py3-none-any.whl → 0.1.242__py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
pycoze/bot/agent_chat.py CHANGED
@@ -86,9 +86,7 @@ async def agent_chat(bot_setting_file, history):
86
86
  )
87
87
  prompt = role_setting["prompt"]
88
88
  if (
89
- (cfg["model"].startswith("deepseek")
90
- or cfg["toolCompatibilityMode"])
91
- and len(abilities) > 0
89
+ cfg["toolCompatibilityMode"] and len(abilities) > 0
92
90
  ):
93
91
  prompt += """
94
92
  作为一个AI,你如果不确定结果,请务必使用工具查询。
@@ -98,10 +96,9 @@ async def agent_chat(bot_setting_file, history):
98
96
  {"name": 函数名, "parameters": 参数词典}
99
97
  ```
100
98
  """
101
- if cfg["model"].startswith("yi-"):
102
- prompt += "\nAvailable functions:\n"
103
- for t in abilities:
104
- prompt += f"\n```json\n{json.dumps(convert_to_openai_tool(t))}\n```"
99
+ prompt += "\nAvailable functions:\n"
100
+ for t in abilities:
101
+ prompt += f"\n```json\n{json.dumps(convert_to_openai_tool(t))}\n```"
105
102
  agent = Runnable(
106
103
  agent_execution_mode="FuncCall",
107
104
  tools=abilities,
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pycoze
3
- Version: 0.1.241
3
+ Version: 0.1.242
4
4
  Summary: Package for pycoze only!
5
5
  Author: Yuan Jie Xiong
6
6
  Author-email: aiqqqqqqq@qq.com
@@ -6,7 +6,7 @@ pycoze/ai/llm/chat.py,sha256=izriC7nCp5qeJRqcUVQBVqTHiH6MJS77ROzGBJufdNI,5133
6
6
  pycoze/ai/llm/text_to_image_prompt.py,sha256=0bx2C_YRvjAo7iphHGp1-pmGKsKqwur7dM0t3SiA8kA,3398
7
7
  pycoze/ai/llm/think.py,sha256=sUgTBdGzcZtL3r-Wx8M3lDuVUmDVz8g3qC0VU8uiKAI,5143
8
8
  pycoze/bot/__init__.py,sha256=6HHMxDQVOyZM9dtSjQm9tjGnhj4h7CixD0JOvEwTi48,41
9
- pycoze/bot/agent_chat.py,sha256=jRtPko2OfCkfzSTkJaI62oaBojmkHu-ZUwlZrxCIl8I,4498
9
+ pycoze/bot/agent_chat.py,sha256=LPJy_eEQ8aYgXbZRNMs9ndbsA3uakzu9UnVw9dt0Bes,4383
10
10
  pycoze/bot/bot.py,sha256=fmcgnWcYTFeOxDuAwqWhFhOJzv4mAyJGLqbod-nkhJE,862
11
11
  pycoze/bot/agent/__init__.py,sha256=3wE8_FFQS8j2BY-g9Cr-onV0POEvDRZaw_NCzpqrNus,265
12
12
  pycoze/bot/agent/agent.py,sha256=chUgNZh6v6375L_Y2dBEAaLJyfmw4SygYjVVrDN8VIk,3548
@@ -29,8 +29,8 @@ pycoze/utils/__init__.py,sha256=Gi5EnrWZGMD2JRejgV4c_VLCXyvA2wwBFI_niDF5MUE,110
29
29
  pycoze/utils/arg.py,sha256=GtfGbMTMdaK75Fwh6MpUe1pCA5X6Ep4LFG7a72YrzjI,525
30
30
  pycoze/utils/env.py,sha256=W04lhvTHhAAC6EldP6kk2xrctqtu8K6kl1vDLZDNeh8,561
31
31
  pycoze/utils/text_or_file.py,sha256=gpxZVWt2DW6YiEg_MnMuwg36VNf3TX383QD_1oZNB0Y,551
32
- pycoze-0.1.241.dist-info/LICENSE,sha256=QStd_Qsd0-kAam_-sOesCIp_uKrGWeoKwt9M49NVkNU,1090
33
- pycoze-0.1.241.dist-info/METADATA,sha256=eBnfm6cgiBHsRSIf7Il-Lj4oK4R9xAD4b6eu8DyHx8c,699
34
- pycoze-0.1.241.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
35
- pycoze-0.1.241.dist-info/top_level.txt,sha256=76dPeDhKvOCleL3ZC5gl1-y4vdS1tT_U1hxWVAn7sFo,7
36
- pycoze-0.1.241.dist-info/RECORD,,
32
+ pycoze-0.1.242.dist-info/LICENSE,sha256=QStd_Qsd0-kAam_-sOesCIp_uKrGWeoKwt9M49NVkNU,1090
33
+ pycoze-0.1.242.dist-info/METADATA,sha256=DfYIZnLI-LsmIE2Za_6tgTSCc6L2__VT81OYsMKZ-Hg,699
34
+ pycoze-0.1.242.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
35
+ pycoze-0.1.242.dist-info/top_level.txt,sha256=76dPeDhKvOCleL3ZC5gl1-y4vdS1tT_U1hxWVAn7sFo,7
36
+ pycoze-0.1.242.dist-info/RECORD,,