Skip to content

Commit

Permalink
fix chat infinite loading
Browse files Browse the repository at this point in the history
  • Loading branch information
rjmacarthy committed May 6, 2024
1 parent 40cab92 commit 292ea94
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/extension/templates.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import { SYSTEM } from '../common/constants';

export const defaultTemplates = [
{
name: 'explain',
Expand Down Expand Up @@ -60,7 +58,7 @@ Always format responses with Markdown for code blocks with the language prefix e
`.trim()
},
{
name: SYSTEM,
name: 'system',
template: `You are a helpful, respectful and honest coding assistant.
Always reply with using markdown.
For code refactoring, use markdown with code formatting.
Expand Down

0 comments on commit 292ea94

Please sign in to comment.