ReMe/config/config.json
2024-06-19 21:44:41 +08:00

26 lines
No EOL
689 B
JSON

{
"global_configs": {
"thread_pool_max_count": 5,
"dash_scope_apikey": "",
"open_ai_apikey": "",
"chat_list": [
"memory_chat"
]
},
"memory_chat": {
"clazz": "chat.memory_chat",
"retrieve": "parse_params,load_profile,[extract_time|es_similar|es_keyword],semantic_rank,fuse_rerank",
"generation_model": "dashscope_generation"
},
"db": {
"clazz": "db.base_db_client",
"index_name": "memory_test",
"user_name": ""
},
"monitor": {
"clazz": "minitor.base_monitor",
"index_name": "memory_test",
"user_name": ""
},
"workers": "workers"
}