Skip to content

Commit

Permalink
perf: 移除默认prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
Soulter committed Jan 7, 2024
1 parent 32132a6 commit 247015c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/cmd_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ def init_astrbot_config_items():
cc.init_attributes("admin_qq", "")
cc.init_attributes("nick_qq", ["!", "!", "ai"])
cc.init_attributes("admin_qqchan", "")
cc.init_attributes("llm_env_prompt", "> hint: 末尾根据内容和心情添加 1-2 个emoji")
cc.init_attributes("llm_env_prompt", "")
cc.init_attributes("llm_wake_prefix", "")
cc.init_attributes("default_personality_str", "")
cc.init_attributes("openai_image_generate", {
Expand Down

0 comments on commit 247015c

Please sign in to comment.