This shows you the differences between two versions of the page.
| — |
continue [2026/09/08 19:44] (current) val created |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Continue ====== | ||
| + | <code> | ||
| + | name: Main Config | ||
| + | version: 1.0.0 | ||
| + | schema: v1 | ||
| + | models: | ||
| + | - name: ornith-1.5:9b | ||
| + | provider: ollama | ||
| + | model: ornith-1.5:9b | ||
| + | apiBase: http://localhost:11434 | ||
| + | roles: | ||
| + | - chat | ||
| + | - edit | ||
| + | - apply | ||
| + | - name: qwen2.5-coder:1.5b-base | ||
| + | provider: ollama | ||
| + | model: qwen2.5-coder:1.5b-base | ||
| + | apiBase: http://localhost:11434 | ||
| + | roles: | ||
| + | - autocomplete | ||
| + | |||
| + | tabAutocomplete: | ||
| + | enabled: true | ||
| + | model: qwen2.5-coder:1.5b-base | ||
| + | provider: ollama | ||
| + | </code> | ||