Skip to content

Instantly share code, notes, and snippets.

@ssghost
Created July 16, 2025 07:04
Show Gist options
  • Save ssghost/8cd92c2003ae3db9a8205f4c8b36fde8 to your computer and use it in GitHub Desktop.
Save ssghost/8cd92c2003ae3db9a8205f4c8b36fde8 to your computer and use it in GitHub Desktop.
name: My Continue Configuration
version: 1.0.18
models:
- name: Ollama Mistral Nemo
provider: ollama
model: mistral-nemo:latest
apiBase: http://localhost:11434
defaultCompletionOptions:
contextLength: 8192
- name: Ollama CodeGemma
provider: ollama
model: codegemma:2b
roles:
- autocomplete
apiBase: http://localhost:11434
defaultCompletionOptions:
contextLength: 8192
context:
- name: code
provider: code
params: {}
- name: docs
provider: docs
params: {}
docs: []
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment