Skip to content

Commit

Permalink
Revise ChatGPT default system prompt (#32)
Browse files Browse the repository at this point in the history
Revise the default system prompt to `You are ChatGPT, a large language model trained by OpenAI.` This description is more accurate than `You are an AI assistant that helps people find information.`
  • Loading branch information
blrchen committed Jul 29, 2023
1 parent b40170e commit 3ad88aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion constants/persona.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ export const DefaultPersonas: Persona[] = [
id: 'chatgpt',
role: 'system',
name: 'ChatGPT',
prompt: 'You are an AI assistant that helps people find information.',
prompt: 'You are ChatGPT, a large language model trained by OpenAI.',
isDefault: true
},
{
Expand Down

1 comment on commit 3ad88aa

@vercel
Copy link

@vercel vercel bot commented on 3ad88aa Jul 29, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

gptlite – ./

gptlite-blrchen.vercel.app
gptlite.vercel.app
gptlite-git-main-blrchen.vercel.app

Please sign in to comment.