Config VS Code (Insiders): Difference between revisions
From Master of Neuroscience Wiki
Created page with "For the foreseeable future you need to install the VS Code '''''<u>Insiders</u>''''' version!!! See [https://code.visualstudio.com/insiders/ here] Ctrl+Shift+P : Preferences: Open User Settings (JSON) This is an example. Please note the "qwen3-32" selects the model not "name": "qwen3-32"<syntaxhighlight lang="json"> { "github.copilot.chat.customOAIModels": { "qwen3-32b": { "name": "qwen3-32b", "url": "https://chat-ai.academiccloud.d..." |
(No difference)
|
Revision as of 17:32, 3 November 2025
For the foreseeable future you need to install the VS Code Insiders version!!! See here
Ctrl+Shift+P : Preferences: Open User Settings (JSON)
This is an example. Please note the "qwen3-32" selects the model not "name": "qwen3-32"
{
"github.copilot.chat.customOAIModels": {
"qwen3-32b": {
"name": "qwen3-32b",
"url": "https://chat-ai.academiccloud.de/v1",
"toolCalling": false,
"vision": false,
"thinking": true,
"maxInputTokens": 128000,
"maxOutputTokens": 8192,
"requiresAPIKey": true
}
},
"workbench.startupEditor": "none"
}