4 Commits

Author SHA1 Message Date
Achiya Elyasaf
42960a01a2 Update service-worker.js 2024-10-20 20:52:09 +03:00
Achiya Elyasaf
3a09eb1432 Update popup.js 2024-10-20 20:51:49 +03:00
Achiya Elyasaf
261a34484c Update service-worker.js 2024-10-20 20:49:51 +03:00
Achiya Elyasaf
32b11efa1a Update popup.js 2024-10-20 20:49:11 +03:00
2 changed files with 7 additions and 7 deletions

View File

@@ -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, usually used for writing academic papers. 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, usually used for writing academic papers. Address the given questions/request without introduction/explanations.'
}]
}
}

View File

@@ -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, usually used for writing academic papers. 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, usually used for writing academic papers. Address the given questions/request without introduction/explanations.'
}]
}
}