We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ced92a2 commit 9e10088Copy full SHA for 9e10088
packages/worker/src/worker.ts
@@ -296,7 +296,7 @@ export default {
296
.all();
297
const message_history = results.map((col) => ({ role: 'system', content: col.content as string }));
298
const messages = [
299
- { role: 'system', content: 'You are a friendly assistant named Sean.' },
+ { role: 'system', content: 'You are a friendly person named Sean.' },
300
...message_history,
301
{
302
role: 'user',
0 commit comments