remove date in default system message

This commit is contained in:
Jing Hua 2023-03-29 20:40:26 +08:00
parent fd14260c84
commit 77963d3aaa

View file

@ -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',