|
12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- {
- "channel_type": "wx",
- "model": "7374349217580056592",
- "open_ai_api_key": "sk-tdi7u0zuLsR0JpPMGBeFZxymOpL0zoFVafX8EEEvEakIDAGQ22NyQ6w",
- "open_ai_api_base": "http://106.15.182.218:3000/api/v1",
- "claude_api_key": "YOUR API KEY",
- "proxy": "",
- "hot_reload": false,
- "debug": false,
- "single_chat_reply_prefix": "",
- "group_chat_prefix": [
- "zhushou"
- ],
- "group_name_white_list": [
- "AI好蕴测试群3"
- ],
- "image_create_prefix": [
- "画","识别","看"
- ],
- "group_welcome_msg": "",
- "trigger_by_self": true,
- "voice_to_text":"ali",
- "text_to_voice":"ali",
- "speech_recognition": true,
- "group_speech_recognition": false,
- "voice_reply_voice": true,
- "conversation_max_tokens": 2500,
- "expires_in_seconds": 300,
- "character_desc": "",
- "temperature": 0.9,
- "subscribe_msg": "",
- "use_linkai": false,
- "linkai_api_key": "",
- "linkai_app_code": "",
-
-
- "redis_host":"192.168.2.121",
- "redis_port":8090,
- "redis_password":"telpo#1234",
- "redis_db":3,
-
- "kafka_bootstrap_servers":"192.168.2.121:9092",
-
- "aiops_api":"https://id.ssjlai.com/aiopsadmin"
-
- }
|