Created
July 16, 2025 07:04
-
-
Save ssghost/8cd92c2003ae3db9a8205f4c8b36fde8 to your computer and use it in GitHub Desktop.
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: 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