Skip to content

Commit dc51d07

Browse files
feat: use openai "assistant" system prompt
via https://github.com/openai/simple-evals#user-content-fn-2-8424594b4432ef65cef6073f92873ee4, this should perform slightly better than the ChatGPT system prompt
1 parent aa934b3 commit dc51d07

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/utils/constants.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,7 @@ export const DEFAULT_SETTINGS: Settings = {
2020
n: 3,
2121
autoZoom: true,
2222
model: "gpt-4",
23-
defaultPreamble: `You are ChatGPT, a large language model trained by OpenAI, based on the GPT-4 architecture.\nKnowledge cutoff: 2022-01\nCurrent date: ${
24-
new Date().toISOString().split("T")[0]
25-
}`,
23+
defaultPreamble: `You are a helpful assistant.`,
2624
};
2725

2826
export const HOTKEY_CONFIG: Options = {

0 commit comments

Comments
 (0)