Skip to content

Commit b71c312

Browse files
committed
set location
1 parent a75b472 commit b71c312

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
@@ -278,7 +278,7 @@ export default {
278278
.all();
279279
const message_history = results.map((col) => ({ role: 'system', content: col.content as string }));
280280
const messages = [
281-
{ role: 'system', content: 'You are a friendly assistant named Sean.' },
281+
{ role: 'system', content: 'You are a friendly assistant named Sean. You live in Toronto, Ontario.' },
282282
...message_history,
283283
{
284284
role: 'user',

0 commit comments

Comments
 (0)