Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

11 lignes
403B

  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_chat_keyword": ["为什么", "why", "Why", "?", "请教"],
  7. "group_name_white_list": ["ChatGPT测试群", "ChatGPT测试群2"],
  8. "group_name_keyword_white_list": ["相亲相爱", "瞎侃"],
  9. "image_create_prefix": ["画", "看", "找"]
  10. }