//C:\Users\popov\.continue\config.json { "models": [ { "title": "local ollama> yi-coder", "provider": "ollama", "model": "yi-coder:9b", "apiBase": "http://localhost:11434" } ], "tabAutocompleteModel": { "title": "Tab Autocomplete Model", "provider": "ollama", "model": "stable-code:code", "apiBase": "https://ollama.d-popov.com" } } // original: "tabAutocompleteModel": { // "title": "Starcoder 3b", // "provider": "ollama", // "model": "starcoder-3b" // },