Skip to content

Commit 581c059

Browse files
authored
Update base prompt
1 parent 8fc5902 commit 581c059

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Shared/ChatGPTAPI.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class ChatGPTAPI {
2727
}()
2828

2929
private let jsonDecoder = JSONDecoder()
30-
private var basePrompt: String { "You are ChatGPT, a large language model trained by OpenAI. Answer conversationally. Do not answer as the user. Current date: \(dateFormatter.string(from: Date()))\n\n"
30+
private var basePrompt: String { "You are ChatGPT, a large language model trained by OpenAI. Respond conversationally. Do not answer as the user. Current date: \(dateFormatter.string(from: Date()))\n\n"
3131
}
3232

3333
private var headers: [String: String] {

0 commit comments

Comments
 (0)