Skip to content

Commit c64ffc1

Browse files
修复:解决合并后的依赖冲突
1 parent 22561ee commit c64ffc1

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

astrbot/builtin_stars/astrbot/process_llm_request.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,11 @@ async def _ensure_persona(
5959
if default_persona:
6060
persona_id = default_persona.get("name") or persona_id
6161

62-
# ChatUI special default persona
63-
if platform_type == "webchat":
64-
# non-existent persona_id to let following codes not working
65-
persona_id = "_chatui_default_"
66-
req.system_prompt += CHATUI_SPECIAL_DEFAULT_PERSONA_PROMPT
62+
# ChatUI special default persona
63+
if platform_type == "webchat":
64+
# non-existent persona_id to let following codes not working
65+
persona_id = "_chatui_default_"
66+
req.system_prompt += CHATUI_SPECIAL_DEFAULT_PERSONA_PROMPT
6767

6868
persona = next(
6969
builtins.filter(

dashboard/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"remixicon": "3.5.0",
3737
"shiki": "^3.20.0",
3838
"stream-markdown": "^0.0.13",
39-
"stream-monaco": "^0.0.15",
39+
"stream-monaco": "^0.0.18",
4040
"vee-validate": "4.11.3",
4141
"vite-plugin-vuetify": "1.0.2",
4242
"vue": "3.3.4",

0 commit comments

Comments
 (0)