128 lines
3.2 KiB
JSON
128 lines
3.2 KiB
JSON
{
|
|
"isPlusUser": false,
|
|
"plusLicenseKey": "",
|
|
"openAIApiKey": "",
|
|
"openAIOrgId": "",
|
|
"huggingfaceApiKey": "",
|
|
"cohereApiKey": "",
|
|
"anthropicApiKey": "",
|
|
"azureOpenAIApiKey": "",
|
|
"azureOpenAIApiInstanceName": "",
|
|
"azureOpenAIApiDeploymentName": "",
|
|
"azureOpenAIApiVersion": "",
|
|
"azureOpenAIApiEmbeddingDeploymentName": "",
|
|
"googleApiKey": "",
|
|
"openRouterAiApiKey": "",
|
|
"defaultChainType": "llm_chain",
|
|
"defaultModelKey": "gpt-4o|openai",
|
|
"embeddingModelKey": "Qwen|3rd party (openai-format)",
|
|
"temperature": 0.1,
|
|
"maxTokens": 1000,
|
|
"contextTurns": 15,
|
|
"userSystemPrompt": "",
|
|
"openAIProxyBaseUrl": "",
|
|
"openAIEmbeddingProxyBaseUrl": "",
|
|
"stream": true,
|
|
"defaultSaveFolder": "copilot-conversations",
|
|
"defaultConversationTag": "copilot-conversation",
|
|
"autosaveChat": false,
|
|
"defaultOpenArea": "view",
|
|
"customPromptsFolder": "copilot-custom-prompts",
|
|
"indexVaultToVectorStore": "ON MODE SWITCH",
|
|
"qaExclusions": "",
|
|
"qaInclusions": "",
|
|
"chatNoteContextPath": "",
|
|
"chatNoteContextTags": [],
|
|
"enableIndexSync": true,
|
|
"debug": false,
|
|
"enableEncryption": false,
|
|
"maxSourceChunks": 3,
|
|
"groqApiKey": "",
|
|
"activeModels": [
|
|
{
|
|
"name": "copilot-plus-flash",
|
|
"provider": "copilot-plus",
|
|
"enabled": false,
|
|
"isBuiltIn": true,
|
|
"core": true
|
|
},
|
|
{
|
|
"name": "gpt-4o",
|
|
"provider": "openai",
|
|
"enabled": false,
|
|
"isBuiltIn": true,
|
|
"core": true
|
|
},
|
|
{
|
|
"name": "gpt-4o-mini",
|
|
"provider": "openai",
|
|
"enabled": false,
|
|
"isBuiltIn": true,
|
|
"core": true
|
|
},
|
|
{
|
|
"name": "claude-3-5-sonnet-latest",
|
|
"provider": "anthropic",
|
|
"enabled": false,
|
|
"isBuiltIn": true,
|
|
"core": true
|
|
},
|
|
{
|
|
"name": "qwen-max",
|
|
"provider": "3rd party (openai-format)",
|
|
"enabled": true,
|
|
"isBuiltIn": false,
|
|
"baseUrl": "https://dashscope.aliyuncs.com/compatible-mode/v1",
|
|
"apiKey": "sk-3d15a63a25d741199e836b28eb17cd6b",
|
|
"isEmbeddingModel": false,
|
|
"temperature": 0.1,
|
|
"context": 1000,
|
|
"stream": true,
|
|
"enableCors": true
|
|
}
|
|
],
|
|
"activeEmbeddingModels": [
|
|
{
|
|
"name": "copilot-plus-small",
|
|
"provider": "copilot-plus",
|
|
"enabled": true,
|
|
"isBuiltIn": true,
|
|
"isEmbeddingModel": true,
|
|
"core": true
|
|
},
|
|
{
|
|
"name": "copilot-plus-large",
|
|
"provider": "copilot-plus",
|
|
"enabled": true,
|
|
"isBuiltIn": true,
|
|
"isEmbeddingModel": true,
|
|
"core": true,
|
|
"believerExclusive": true
|
|
},
|
|
{
|
|
"name": "copilot-plus-multilingual",
|
|
"provider": "copilot-plus-jina",
|
|
"enabled": true,
|
|
"isBuiltIn": true,
|
|
"isEmbeddingModel": true,
|
|
"core": true
|
|
},
|
|
{
|
|
"name": "text-embedding-3-small",
|
|
"provider": "openai",
|
|
"enabled": true,
|
|
"isBuiltIn": true,
|
|
"isEmbeddingModel": true,
|
|
"core": true,
|
|
"enableCors": false
|
|
}
|
|
],
|
|
"embeddingRequestsPerSecond": 10,
|
|
"disableIndexOnMobile": true,
|
|
"showSuggestedPrompts": true,
|
|
"showRelevantNotes": true,
|
|
"numPartitions": 1,
|
|
"enabledCommands": {},
|
|
"promptUsageTimestamps": {},
|
|
"defaultConversationNoteName": "{$topic}@{$date}_{$time}"
|
|
} |