25 lines
819 B
JSON
25 lines
819 B
JSON
{
|
|
"max_files": 20,
|
|
"top_k": 8,
|
|
"batch_size": 50,
|
|
"default_style": "小红书种草风",
|
|
"default_min_length": 50,
|
|
"default_max_length": 200,
|
|
"temperature": 0.25,
|
|
"default_search_type": "hybrid",
|
|
"bm25_weight": 0.5,
|
|
"include_context": true,
|
|
"default_export_format": "markdown",
|
|
"enable_logging": true,
|
|
"embedding_model": "text-embedding-ada-002",
|
|
"generation_model": "gpt-3.5-turbo",
|
|
"embedding_provider": "openai",
|
|
"generation_provider": "openai",
|
|
"openai_api_base": "https://api.openai.com/v1",
|
|
"anthropic_api_base": "https://api.anthropic.com/v1",
|
|
"qwen_api_base": "https://dashscope.aliyuncs.com/api/v1",
|
|
"openrouter_api_key": "",
|
|
"openrouter_api_base": "https://openrouter.ai/api/v1",
|
|
"siliconflow_api_key": "",
|
|
"siliconflow_api_base": "https://api.siliconflow.cn/v1"
|
|
} |