(model: ModelSelection)
| 102 | } |
| 103 | |
| 104 | setModel(model: ModelSelection) { |
| 105 | this.modelSelection = model |
| 106 | } |
| 107 | |
| 108 | async listModels(): Promise<ModelChoice[]> { |
| 109 | const models = await Cursor.models.list({ apiKey: this.apiKey }) |
no outgoing calls
no test coverage detected