Last active
May 22, 2026 18:19
-
-
Save kyzmitch/2049f960c243d721e745a7c618328ee3 to your computer and use it in GitHub Desktop.
Continue .continue/.config.yaml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Local Config | |
| version: 1.0.0 | |
| schema: v1 | |
| models: | |
| - name: qwen2.5-coder-14b | |
| provider: lmstudio | |
| model: qwen/qwen2.5-coder-14b | |
| apiBase: http://localhost:1234/v1/ | |
| rolse: [chat, edit, apply] | |
| capabilities: | |
| - tool_use | |
| - name: qwen2.5-coder-32b | |
| provider: lmstudio | |
| model: qwen/qwen2.5-coder-32b | |
| apiBase: http://localhost:1234/v1/ | |
| rolse: [chat, edit, apply] | |
| capabilities: | |
| - tool_use | |
| - name: qwen3-coder-30b | |
| provider: lmstudio | |
| model: qwen/qwen3-coder-30b | |
| apiBase: http://localhost:1234/v1/ | |
| rolse: [chat, edit, apply] | |
| defaultCompletionOptions: | |
| contextLength: 32768 | |
| maxTokens: 8192 | |
| capabilities: | |
| - tool_use | |
| requestOptions: | |
| extraBodyProperties: | |
| reasoning: | |
| effort: none | |
| - name: Autodetect | |
| provider: lmstudio | |
| model: AUTODETECT | |
| apiBase: http://localhost:1234/v1/ | |
| rolse: [chat, edit, apply] | |
| capabilities: | |
| - tool_use |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment