Skip to content

Instantly share code, notes, and snippets.

@kyzmitch
Last active May 22, 2026 18:19
Show Gist options
  • Select an option

  • Save kyzmitch/2049f960c243d721e745a7c618328ee3 to your computer and use it in GitHub Desktop.

Select an option

Save kyzmitch/2049f960c243d721e745a7c618328ee3 to your computer and use it in GitHub Desktop.
Continue .continue/.config.yaml
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