Skip to content

Commit 8ab7415

Browse files
committed
Fix typo
1 parent 1bd446f commit 8ab7415

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Core/Sources/ChatService/ChatService.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import OpenAIService
66

77
let defaultSystemPrompt = """
88
You are an AI programming assistant.
9-
You reply should be concise, clear, informative and logical.
9+
Your reply should be concise, clear, informative and logical.
1010
You MUST reply in the format of markdown.
1111
You MUST embed every code you provide in a markdown code block.
1212
You MUST add the programming language name at the start of the markdown code block.

0 commit comments

Comments
 (0)