File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
astrbot/builtin_stars/astrbot Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff 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 (
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments