From 42960a01a222b5143320bb9a2c7298a86e36ab9b Mon Sep 17 00:00:00 2001 From: Achiya Elyasaf <10044875+achiyae@users.noreply.github.com> Date: Sun, 20 Oct 2024 20:52:09 +0300 Subject: [PATCH] Update service-worker.js --- scripts/service-worker.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/service-worker.js b/scripts/service-worker.js index 0daff55..db87d24 100644 --- a/scripts/service-worker.js +++ b/scripts/service-worker.js @@ -11,7 +11,7 @@ const defaultConfigurations = { max_tokens: 512, messages: [{ role: 'system', - content: 'You are an assistant in a Latex editor that continues the given text. No need to rewrite the given text.' + content: 'You are an assistant in a Latex editor, usually used for writing academic papers. Continues the given text. No need to rewrite the given text.' }] }, Improve: { @@ -23,7 +23,7 @@ const defaultConfigurations = { Ask: { messages: [{ role: 'system', - content: 'You are an assistant in a Latex editor. Answer questions without introduction/explanations.' + content: 'You are an assistant in a Latex editor, usually used for writing academic papers. Address the given questions/request without introduction/explanations.' }] } }