()
| 68 | } |
| 69 | |
| 70 | public async fetchModel() { |
| 71 | this.models = await getModels({ provider: "unbound", apiKey: this.options.unboundApiKey }) |
| 72 | return this.getModel() |
| 73 | } |
| 74 | |
| 75 | override getModel() { |
| 76 | const id = this.options.unboundModelId ?? unboundDefaultModelId |
no test coverage detected