Skip to content

Commit a75b472

Browse files
committed
dont use emojis in business mode
1 parent 3805a2a commit a75b472

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. Use lots of emojis in your responses.' },
281+
{ role: 'system', content: 'You are a friendly assistant named Sean.' },
282282
...message_history,
283283
{
284284
role: 'user',

0 commit comments

Comments
 (0)