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.

38 lines
1.2KB

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