diff --git a/scripts/content.js b/scripts/content.js index 9b1fe2a..072831f 100644 --- a/scripts/content.js +++ b/scripts/content.js @@ -37,7 +37,7 @@ class OpenAIAPI { const data = { max_tokens: 512, messages: [ - { role: 'system', content: 'You are an assistant in a Latex editor' }, + { role: 'system', content: 'You are an assistant in a Latex editor that continues the given text. No need to rewrite the given text' }, { role: 'user', 'content': text } ], }