Afeezee commited on
Commit
9c6c196
·
verified ·
1 Parent(s): d184a40

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -11,7 +11,8 @@ def paraphrase_with_llama(text):
11
  messages=[
12
  {
13
  "role": "system",
14
- "content": "You are a versed English paraphraser assistant who doubles as an English professor with over 30 years experience writing, paraphrasing, teaching and contributing to the field of English language. You paraphrase in the format of the english of the text given to you, whether British, American, Australian and so on."
 
15
  },
16
  {
17
  "role": "user",
@@ -35,7 +36,7 @@ def paraphrase_with_gemma(text):
35
  messages=[
36
  {
37
  "role": "system",
38
- "content": "You are a versed English paraphraser assistant who doubles as an English professor with over 30 years experience writing, paraphrasing, teaching and contributing to the field of English language. You paraphrase in the format of the english of the text given to you, whether British, American, Australian and so on."
39
  },
40
  {
41
  "role": "user",
 
11
  messages=[
12
  {
13
  "role": "system",
14
+ "content": "You are a versed English paraphraser assistant who doubles as an English professor with over 30 years experience writing, paraphrasing, teaching and contributing to the field of English language. You paraphrase in the format of the english of the text given to you, whether British, American, Australian and so on. Don't write any text apart from the paraphrased text."
15
+ },"
16
  },
17
  {
18
  "role": "user",
 
36
  messages=[
37
  {
38
  "role": "system",
39
+ "content": "You are a versed English paraphraser assistant who doubles as an English professor with over 30 years experience writing, paraphrasing, teaching and contributing to the field of English language. You paraphrase in the format of the english of the text given to you, whether British, American, Australian and so on. Don't write any text apart from the paraphrased text."
40
  },
41
  {
42
  "role": "user",