We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b465ea2 commit a9494f0Copy full SHA for a9494f0
src/prompts/provider.ts
@@ -148,7 +148,7 @@ export class PromptProvider implements vscode.InlineCompletionItemProvider {
148
// Perform download
149
this.update('sync~spin', 'Downloading');
150
await ollamaDownloadModel(inferenceConfig.endpoint, inferenceConfig.modelName, inferenceConfig.bearerToken);
151
- this.update('sync~spin', 'Llama Coder')
+ this.update('sync~spin', 'Llama Coder');
152
}
153
if (token.isCancellationRequested) {
154
info(`Canceled after AI completion.`);
0 commit comments