-
Notifications
You must be signed in to change notification settings - Fork 142
Expand file tree
/
Copy pathpackage.nls.json
More file actions
37 lines (37 loc) · 5.92 KB
/
Copy pathpackage.nls.json
File metadata and controls
37 lines (37 loc) · 5.92 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"deepseek-copilot.command.setApiKey": "DeepSeek: Set API Key",
"deepseek-copilot.command.getApiKey": "DeepSeek: Get API Key",
"deepseek-copilot.command.clearApiKey": "DeepSeek: Clear API Key",
"deepseek-copilot.command.resetBaseUrl": "DeepSeek: Reset Base URL",
"deepseek-copilot.command.setVisionModel": "DeepSeek: Configure Vision Proxy",
"deepseek-copilot.command.openSettings": "DeepSeek: Open Settings",
"deepseek-copilot.command.showLogs": "DeepSeek: Show Logs",
"deepseek-copilot.command.openRequestDumpsFolder": "DeepSeek: Open Request Dumps Folder",
"deepseek-copilot.walkthrough.title": "DeepSeek V4 for Copilot Chat",
"deepseek-copilot.walkthrough.description": "Set up DeepSeek V4 models in Copilot Chat.",
"deepseek-copilot.walkthrough.setApiKey.title": "Set your DeepSeek API key",
"deepseek-copilot.walkthrough.setApiKey.description": "[Get an API key](command:deepseek-copilot.getApiKey) from deepseek.com.\n[Set API Key](command:deepseek-copilot.setApiKey)",
"deepseek-copilot.walkthrough.showModels.title": "Show DeepSeek models",
"deepseek-copilot.walkthrough.showModels.description": "If the models are hidden, open VS Code's Language Models manager and show the DeepSeek models.\n[Open Language Models](command:workbench.action.chat.manage)",
"deepseek-copilot.walkthrough.advancedSettings.title": "Try advanced settings",
"deepseek-copilot.walkthrough.advancedSettings.description": "Customize providers and model names, configure the vision proxy, enable experimental settings, and more in the extension settings.\n[Open settings](command:deepseek-copilot.openSettings)",
"deepseek-copilot.config.title": "DeepSeek Copilot",
"deepseek-copilot.config.baseUrl.description": "DeepSeek API base URL. Defaults to the official DeepSeek API endpoint. [Reset to Default](command:deepseek-copilot.resetBaseUrl)\n\n[Set / Update API Key](command:deepseek-copilot.setApiKey) · [Clear API Key](command:deepseek-copilot.clearApiKey)",
"deepseek-copilot.config.requestHeaders.description": "Custom headers for chat completions. [Learn more](https://github.com/Vizards/deepseek-v4-for-copilot/blob/main/docs/settings/request-headers.en.md).",
"deepseek-copilot.config.maxTokens.description": "Maximum number of output tokens per request. Set to 0 to use the API default. Useful for controlling costs.",
"deepseek-copilot.config.experimental.stabilizeToolList.description": "**Experimental**: improve DeepSeek context-cache hit rate by pre-activating available tools.\n- When the enabled tools list changes across turns, this may improve DeepSeek context-cache hit rate.\n- Requests will include more function definitions, so input tokens may increase. Cache-hit input tokens are billed at a lower price, but still count toward usage.\n- This may add internal preflight tool calls to the current Copilot chat history. If you switch to another model in the same conversation, that model provider may reject or mishandle the replayed history. Start a new chat if model switching behaves unexpectedly.\n\nUse [Configure Tools](command:workbench.action.chat.configureTools) to **view and manage** your tool list:\n\n- 64 or fewer enabled tools: usually no need to enable this unless the tool list still changes across turns.\n- More than 128 enabled tools: not recommended. DeepSeek supports at most 128 functions in one `tools` request. Consider disabling tools you rarely use.",
"deepseek-copilot.config.debugMode.description": "Controls what diagnostic information DeepSeek Copilot writes. Token usage is always reported to Copilot regardless of this setting.\n\n- **Minimal** — Token usage only. No diagnostic logs or request dumps.\n- **Metadata** — Privacy-safe diagnostic metadata (request hashes, prefix overlap, tool schema changes). Does not contain prompt text — safe to share in public issue reports. View with [`DeepSeek: Show Logs`](command:deepseek-copilot.showLogs).\n- **Verbose** — Complete request payloads written to disk for local debugging. **Warning: contains sensitive prompt content.** View with [`DeepSeek: Open Request Dumps Folder`](command:deepseek-copilot.openRequestDumpsFolder).",
"deepseek-copilot.config.debugMode.minimal.label": "Minimal",
"deepseek-copilot.config.debugMode.minimal.description": "Token usage only. No diagnostic logs or dumps.",
"deepseek-copilot.config.debugMode.metadata.label": "Metadata",
"deepseek-copilot.config.debugMode.metadata.description": "Privacy-safe metadata. Safe to share publicly. View with `DeepSeek: Show Logs`.",
"deepseek-copilot.config.debugMode.verbose.label": "Verbose",
"deepseek-copilot.config.debugMode.verbose.description": "⚠️ Contains sensitive prompt content. For local debugging only.",
"deepseek-copilot.config.modelIdOverrides.description": "Override the API model ID sent for each DeepSeek model. Defaults are prefilled with official DeepSeek IDs; change them only when using a compatible third-party API that uses different model names.",
"deepseek-copilot.config.modelIdOverrides.deepseek-flash.description": "API model ID for DeepSeek V4.1 Flash",
"deepseek-copilot.config.modelIdOverrides.deepseek-v4-flash.description": "API model ID for DeepSeek V4 Flash",
"deepseek-copilot.config.modelIdOverrides.deepseek-v4-pro.description": "API model ID for DeepSeek V4 Pro",
"deepseek-copilot.config.modelIdOverrides.deepseek-v4-flash-vision-exp.description": "API model ID for DeepSeek V4 Flash Vision Exp",
"deepseek-copilot.config.visionModel.description": "Vision Proxy used by DeepSeek V4 Flash and Pro. When unset, auto mode selects DeepSeek V4 Flash Vision Exp if available. Configure a different VS Code model or API endpoint with [Configure Vision Proxy](command:deepseek-copilot.setVisionModel).",
"deepseek-copilot.config.visionPrompt.description": "Prompt used by V4 Flash and Pro entries' Vision Proxy to describe image attachments. It does not affect native V4.1 Flash or Flash Vision Exp requests.\n\n[Configure Vision Proxy](command:deepseek-copilot.setVisionModel)"
}