mirror of
https://github.com/NovaOSS/nova-betterchat.git
synced 2024-11-25 20:24:00 +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
|
// 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.
|
Carefully heed the user's instructions.
|
||||||
Respond using Markdown.
|
Respond using Markdown.`;
|
||||||
Current date: ${dateString}`;
|
|
||||||
|
|
||||||
export const modelOptions: ModelOptions[] = [
|
export const modelOptions: ModelOptions[] = [
|
||||||
'gpt-3.5-turbo',
|
'gpt-3.5-turbo',
|
||||||
|
|
Loading…
Reference in a new issue