mirror of
https://github.com/NovaOSS/nova-betterchat.git
synced 2024-11-25 22:23:59 +01:00
Instruct the system to respond using Markdown (#161)
This for a default behavior. This makes the answer of the AI more user-friendly to read. This also increases the accuracy of the answer to be well-formatted.
This commit is contained in:
parent
c4c7ff7077
commit
25576212a3
|
@ -11,6 +11,8 @@ const dateString =
|
||||||
|
|
||||||
// default system message obtained using the following method: https://twitter.com/DeminDimin/status/1619935545144279040
|
// default system message obtained using the following method: https://twitter.com/DeminDimin/status/1619935545144279040
|
||||||
export const _defaultSystemMessage = `You are ChatGPT, a large language model trained by OpenAI.
|
export const _defaultSystemMessage = `You are ChatGPT, a large language model trained by OpenAI.
|
||||||
|
Carefully heed the user's instructions.
|
||||||
|
Respond using Markdown.
|
||||||
Knowledge cutoff: 2021-09
|
Knowledge cutoff: 2021-09
|
||||||
Current date: ${dateString}`;
|
Current date: ${dateString}`;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue