QQsci-skill/config/config.template.json

23 lines
491 B
JSON

{
"deepseek": {
"api_key": "",
"base_url": "https://api.deepseek.com",
"model": "deepseek-chat"
},
"zotero": {
"local_api": "http://127.0.0.1:23119/api/users/0",
"web_api_key": "",
"user_id": "",
"library_type": "user"
},
"obsidian": {
"vault_path": "",
"zotero_integration_note_folder": ""
},
"workflow": {
"manifest_path": "state/material-writing-literature-manifest.jsonl",
"skip_existing_notes": true,
"batch_size": 10
}
}