第一个版本
This commit is contained in:
20
config.json
Normal file
20
config.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"proxy": {
|
||||
"listen_port": 8080,
|
||||
"listen_host": "127.0.0.1"
|
||||
},
|
||||
"database": {
|
||||
"path": "llm_data.db"
|
||||
},
|
||||
"filter": {
|
||||
"enabled": true,
|
||||
"path_patterns": ["/v1/", "/chat/completions", "/completions"],
|
||||
"host_patterns": ["deepseek.com", "openrouter.ai", "api.openai.com"],
|
||||
"save_all_requests": false
|
||||
},
|
||||
"export": {
|
||||
"output_dir": "exports",
|
||||
"include_reasoning": true,
|
||||
"include_metadata": false
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user