mirror of
https://github.com/NovaOSS/nova-betterchat.git
synced 2024-11-25 15:53:59 +01:00
remove date in default system message
This commit is contained in:
parent
fd14260c84
commit
77963d3aaa
|
@ -12,8 +12,7 @@ const dateString =
|
|||
// 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.
|
||||
Carefully heed the user's instructions.
|
||||
Respond using Markdown.
|
||||
Current date: ${dateString}`;
|
||||
Respond using Markdown.`;
|
||||
|
||||
export const modelOptions: ModelOptions[] = [
|
||||
'gpt-3.5-turbo',
|
||||
|
|
Loading…
Reference in a new issue