Files
LLMPoxy/config.json
2026-01-11 04:17:53 +08:00

21 lines
446 B
JSON

{
"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
}
}