Skip to content

Commit

Permalink
feat: use openai "assistant" system prompt
Browse files Browse the repository at this point in the history
via https://github.com/openai/simple-evals#user-content-fn-2-8424594b4432ef65cef6073f92873ee4, this should perform slightly better than the ChatGPT system prompt
  • Loading branch information
transmissions11 authored Apr 23, 2024
1 parent aa934b3 commit dc51d07
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/utils/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,7 @@ export const DEFAULT_SETTINGS: Settings = {
n: 3,
autoZoom: true,
model: "gpt-4",
defaultPreamble: `You are ChatGPT, a large language model trained by OpenAI, based on the GPT-4 architecture.\nKnowledge cutoff: 2022-01\nCurrent date: ${
new Date().toISOString().split("T")[0]
}`,
defaultPreamble: `You are a helpful assistant.`,
};

export const HOTKEY_CONFIG: Options = {
Expand Down

0 comments on commit dc51d07

Please sign in to comment.