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.

44 lines
1.3KB

  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. "model": "claude",
  8. "channel_type": "wx",
  9. "claude_api_cookie": "",
  10. "hot_reload": true,
  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. "group_chat_in_one_session": [
  24. "ChatGPT测试群"
  25. ],
  26. "image_create_prefix": [
  27. "画",
  28. "看",
  29. "找"
  30. ],
  31. "speech_recognition": false,
  32. "group_speech_recognition": false,
  33. "voice_reply_voice": false,
  34. "conversation_max_tokens": 1000,
  35. "expires_in_seconds": 3600,
  36. "character_desc": "你是ChatGPT, 一个由OpenAI训练的大型语言模型, 你旨在回答并解决人们的任何问题,并且可以使用多种语言与人交流。",
  37. "temperature": 0.7,
  38. "top_p": 1,
  39. "subscribe_msg": "感谢您的关注!\n这里是ChatGPT,可以自由对话。\n支持语音对话。\n支持图片输入。\n支持图片输出,画字开头的消息将按要求创作图片。\n支持tool、角色扮演和文字冒险等丰富的插件。\n输入{trigger_prefix}#help 查看详细指令。",
  40. "use_linkai": false,
  41. "linkai_api_key": "",
  42. "linkai_app_code": ""
  43. }