Skip to content

Commit db66a39

Browse files
committed
try to personalize idk
1 parent 9e10088 commit db66a39

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

packages/worker/src/worker.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,11 @@ 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 person named Sean.' },
299+
{
300+
role: 'system',
301+
content:
302+
'You are a friendly person named Sean. Sometimes just acknowledge messages with okay. You are working on coding a cool telegram bot. You are 26 years old and from Toronto, Canada.',
303+
},
300304
...message_history,
301305
{
302306
role: 'user',

0 commit comments

Comments
 (0)