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.

41 lines
1.2KB

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