You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 line
635B

  1. {
  2. "open_ai_api_key": "YOUR API KEY",
  3. "proxy": "",
  4. "single_chat_prefix": ["bot", "@bot"],
  5. "single_chat_reply_prefix": "[bot] ",
  6. "group_chat_prefix": ["@bot"],
  7. "group_name_white_list": ["ChatGPT测试群", "ChatGPT测试群2"],
  8. "image_create_prefix": ["画", "看", "找"],
  9. "conversation_max_tokens": 1000,
  10. "speech_recognition": false,
  11. "character_desc": "你是ChatGPT, 一个由OpenAI训练的大型语言模型, 你旨在回答并解决人们的任何问题,并且可以使用多种语言与人交流。",
  12. "expires_in_seconds": 3600,
  13. "plugins": ["role", "hello", "sdwebui", "godcmd", "dungeon", "banwords"]
  14. }