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.

config-template.json 1.1KB

123456789101112131415161718192021222324252627282930313233343536
  1. {
  2. "open_ai_api_key": "YOUR API KEY",
  3. "model": "gpt-3.5-turbo",
  4. "proxy": "",
  5. "hot_reload": false,
  6. "single_chat_prefix": [
  7. "bot",
  8. "@bot"
  9. ],
  10. "single_chat_reply_prefix": "[bot] ",
  11. "group_chat_prefix": [
  12. "@bot"
  13. ],
  14. "group_name_white_list": [
  15. "ChatGPT测试群",
  16. "ChatGPT测试群2"
  17. ],
  18. "group_chat_in_one_session": [
  19. "ChatGPT测试群"
  20. ],
  21. "image_create_prefix": [
  22. "画",
  23. "看",
  24. "找"
  25. ],
  26. "speech_recognition": false,
  27. "group_speech_recognition": false,
  28. "voice_reply_voice": false,
  29. "conversation_max_tokens": 1000,
  30. "expires_in_seconds": 3600,
  31. "character_desc": "你是ChatGPT, 一个由OpenAI训练的大型语言模型, 你旨在回答并解决人们的任何问题,并且可以使用多种语言与人交流。",
  32. "subscribe_msg": "感谢您的关注!\n这里是ChatGPT,可以自由对话。\n支持语音对话。\n支持图片输入。\n支持图片输出,画字开头的消息将按要求创作图片。\n支持tool、角色扮演和文字冒险等丰富的插件。\n输入{trigger_prefix}#help 查看详细指令。",
  33. "use_linkai": false,
  34. "linkai_api_key": "",
  35. "linkai_app_code": ""
  36. }