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 763B

12345678910111213141516171819202122232425262728293031
  1. {
  2. "open_ai_api_key": "YOUR API KEY",
  3. "model": "gpt-3.5-turbo",
  4. "proxy": "",
  5. "single_chat_prefix": [
  6. "bot",
  7. "@bot"
  8. ],
  9. "single_chat_reply_prefix": "[bot] ",
  10. "group_chat_prefix": [
  11. "@bot"
  12. ],
  13. "group_name_white_list": [
  14. "ChatGPT测试群",
  15. "ChatGPT测试群2"
  16. ],
  17. "group_chat_in_one_session": [
  18. "ChatGPT测试群"
  19. ],
  20. "image_create_prefix": [
  21. "画",
  22. "看",
  23. "找"
  24. ],
  25. "speech_recognition": false,
  26. "group_speech_recognition": false,
  27. "voice_reply_voice": false,
  28. "conversation_max_tokens": 1000,
  29. "expires_in_seconds": 3600,
  30. "character_desc": "你是ChatGPT, 一个由OpenAI训练的大型语言模型, 你旨在回答并解决人们的任何问题,并且可以使用多种语言与人交流。"
  31. }