Skip to content

Commit

Permalink
Update cmd_config.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Soulter authored Jan 3, 2024
1 parent c28f7c7 commit 9cbf710
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions util/cmd_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ def init_astrbot_config_items():
cc.init_attributes("qqbot_appid", "")
cc.init_attributes("qqbot_secret", "")
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_wake_prefix", "")
Expand All @@ -121,4 +122,5 @@ def init_astrbot_config_items():
cc.init_attributes("dashboard_username", "")
cc.init_attributes("dashboard_password", "")


# cc.init_attributes(["qq_forward_mode"], False)

0 comments on commit 9cbf710

Please sign in to comment.