選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

8 行
228B

  1. {
  2. "open_ai_api_key": "${YOUR API KEY}$",
  3. "single_chat_prefix": ["bot", "@bot"],
  4. "single_chat_reply_prefix": "[bot] ",
  5. "group_chat_prefix": ["@bot"],
  6. "group_name_white_list": ["ChatGPT测试群", "ChatGPT测试群2"]
  7. }