Created
June 12, 2026 18:08
-
-
Save falkoschumann/335843119b4ea1e1017d019d80b7ec24 to your computer and use it in GitHub Desktop.
VS Code - Continue Extension
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: Autodetect | |
| # provider: lmstudio | |
| # model: AUTODETECT | |
| # apiBase: http://localhost:1234/v1/ | |
| - name: Qwen2.5 Coder 14B | |
| provider: lmstudio | |
| model: qwen/qwen2.5-coder-14b | |
| apiBase: http://127.0.0.1:1234/v1 | |
| roles: | |
| - apply | |
| - autocomplete | |
| - chat | |
| - edit | |
| - name: Gemma 4 12B QAT | |
| provider: lmstudio | |
| model: google/gemma-4-12b-qat | |
| apiBase: http://127.0.0.1:1234/v1 | |
| roles: | |
| - apply | |
| - autocomplete | |
| - chat | |
| - edit | |
| - embed | |
| - rerank | |
| capabilities: | |
| - image_input | |
| - tool_use |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment