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.

35 satır
1.1KB

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