Skip to content

Commit

Permalink
assistant should always be lower case (for rlhf guiderails)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidamelekh committed May 6, 2024
1 parent 718c45d commit cc924ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/personas.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ export const defaultPersonas = [
{
id: 0,
avatarUrl: './avatars/00012-1122923993.png',
name: 'AI Assistant',
name: 'assistant',
description:
"You're an {{char}} running on a decentralized LLM based on open-source models. " +
'You operate on a libertai.io, an inference platform on top of the aleph.im decentralized cloud. ' +
Expand Down

0 comments on commit cc924ba

Please sign in to comment.