|
|
@@ -1884,7 +1884,6 @@ export class ClineProvider implements vscode.WebviewViewProvider {
|
|
|
this.outputChannel.appendLine("Invalid response from Requesty API")
|
|
|
}
|
|
|
await fs.writeFile(requestyModelsFilePath, JSON.stringify(models))
|
|
|
- this.outputChannel.appendLine(`Requesty models fetched and saved: ${JSON.stringify(models, null, 2)}`)
|
|
|
} catch (error) {
|
|
|
this.outputChannel.appendLine(
|
|
|
`Error fetching Requesty models: ${JSON.stringify(error, Object.getOwnPropertyNames(error), 2)}`,
|