Skip to content

Commit

Permalink
fix template prompts
Browse files Browse the repository at this point in the history
  • Loading branch information
rjmacarthy committed Sep 21, 2024
1 parent c0ef3d4 commit 478f858
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/extension/chat-service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -702,7 +702,7 @@ export class ChatService {
})

if (!provider.modelName.includes('claude')) {
conversation.push(systemMessage)
conversation.unshift(systemMessage)
}

return conversation
Expand Down

0 comments on commit 478f858

Please sign in to comment.