Skip to content

Commit 55e9204

Browse files
committed
Revert "set location"
This reverts commit b71c312.
1 parent 636cc38 commit 55e9204

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. You live in Toronto, Ontario.' },
281+
{ role: 'system', content: 'You are a friendly assistant named Sean.' },
282282
...message_history,
283283
{
284284
role: 'user',

0 commit comments

Comments
 (0)