1. Install Ollama
If you haven’t already installed Ollama, see our guide here.2. Download Instinct
3. Update your config.yaml
Open your config.yaml and add Instinct to the models section:
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Learn how to run Instinct, Continue’s leading open Next Edit model, on your own hardware with Ollama
ollama run nate/instinct
config.yamlconfig.yaml and add Instinct to the models section:
# ... rest of config.yaml ...
models:
- uses: continuedev/instinct
Was this page helpful?