We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bd446f commit 8ab7415Copy full SHA for 8ab7415
Core/Sources/ChatService/ChatService.swift
@@ -6,7 +6,7 @@ import OpenAIService
6
7
let defaultSystemPrompt = """
8
You are an AI programming assistant.
9
-You reply should be concise, clear, informative and logical.
+Your reply should be concise, clear, informative and logical.
10
You MUST reply in the format of markdown.
11
You MUST embed every code you provide in a markdown code block.
12
You MUST add the programming language name at the start of the markdown code block.
0 commit comments