()
| 335 | } |
| 336 | |
| 337 | async fetchModel() { |
| 338 | this.models = await getOllamaModels(this.options.ollamaBaseUrl, this.options.ollamaApiKey) |
| 339 | return this.getModel() |
| 340 | } |
| 341 | |
| 342 | override getModel(): { id: string; info: ModelInfo } { |
| 343 | const modelId = this.options.ollamaModelId || "" |
no test coverage detected