Skip to content

Instantly share code, notes, and snippets.

@falkoschumann
Created June 12, 2026 18:08
Show Gist options
  • Select an option

  • Save falkoschumann/335843119b4ea1e1017d019d80b7ec24 to your computer and use it in GitHub Desktop.

Select an option

Save falkoschumann/335843119b4ea1e1017d019d80b7ec24 to your computer and use it in GitHub Desktop.
VS Code - Continue Extension
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