Skip to content

Commit 9e10088

Browse files
committed
*become a person*
1 parent ced92a2 commit 9e10088

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/worker/src/worker.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ export default {
296296
.all();
297297
const message_history = results.map((col) => ({ role: 'system', content: col.content as string }));
298298
const messages = [
299-
{ role: 'system', content: 'You are a friendly assistant named Sean.' },
299+
{ role: 'system', content: 'You are a friendly person named Sean.' },
300300
...message_history,
301301
{
302302
role: 'user',

0 commit comments

Comments
 (0)