From 261a34484c30e122b2885ca8f2cff5624dcae9bf Mon Sep 17 00:00:00 2001 From: Achiya Elyasaf <10044875+achiyae@users.noreply.github.com> Date: Sun, 20 Oct 2024 20:49:51 +0300 Subject: [PATCH] Update service-worker.js --- scripts/service-worker.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/service-worker.js b/scripts/service-worker.js index 10d033d..0daff55 100644 --- a/scripts/service-worker.js +++ b/scripts/service-worker.js @@ -11,19 +11,19 @@ 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 that continues the given text. No need to rewrite the given text.' }] }, Improve: { messages: [{ role: 'system', - content: 'You are an assistant in a Latex editor that improves the given text' + content: 'You are an assistant in a Latex editor, usually used for writing academic papers. Style and improves the given text.' }] }, 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. Answer questions without introduction/explanations.' }] } } @@ -91,4 +91,4 @@ async function setup() { addListener('Ask') } -setup() \ No newline at end of file +setup()