new
This commit is contained in:
Vendored
+55
@@ -0,0 +1,55 @@
|
||||
{
|
||||
"excludePatterns": "",
|
||||
"useCustomPattern": false,
|
||||
"highlightPattern": "==\\s*(.*?)\\s*==|<mark[^>]*>(.*?)</mark>|<span[^>]*>(.*?)</span>",
|
||||
"defaultHighlightColor": "#ffeb3b",
|
||||
"ai": {
|
||||
"provider": "ollama",
|
||||
"ollama": {
|
||||
"host": "http://192.168.3.231:11434",
|
||||
"model": "qwen2.5:latest",
|
||||
"availableModels": [
|
||||
"llava:34b",
|
||||
"llava:13b",
|
||||
"qwen2.5:latest",
|
||||
"llama3.2-vision:latest",
|
||||
"deepseek-r1:70b-max-context",
|
||||
"llama3.2-vision:90b",
|
||||
"bge-m3:latest",
|
||||
"deepseek-r1:70b-llama-distill-q8_0",
|
||||
"deepseek-r1:70b-llama-distill-fp16",
|
||||
"deepseek-r1:70b"
|
||||
]
|
||||
},
|
||||
"gemini": {
|
||||
"apiKey": "",
|
||||
"model": "gemini-pro",
|
||||
"baseUrl": "",
|
||||
"isCustomModel": false
|
||||
},
|
||||
"openai": {
|
||||
"apiKey": "",
|
||||
"model": "gpt-4o",
|
||||
"baseUrl": ""
|
||||
},
|
||||
"anthropic": {
|
||||
"apiKey": "",
|
||||
"model": "claude-2",
|
||||
"apiAddress": "",
|
||||
"isCustomModel": false,
|
||||
"lastCustomModel": ""
|
||||
},
|
||||
"deepseek": {
|
||||
"apiKey": "",
|
||||
"model": "deepseek-chat",
|
||||
"baseUrl": ""
|
||||
},
|
||||
"prompts": {
|
||||
"🤔 Key Insight": "{{highlight}}.Please reinterpret the above content from a fresh perspective and summarize its core idea within 200 characters."
|
||||
}
|
||||
},
|
||||
"export": {
|
||||
"exportPath": ""
|
||||
},
|
||||
"fileComments": {}
|
||||
}
|
||||
Reference in New Issue
Block a user