leadingbridge commited on
Commit
5dcef8a
1 Parent(s): 3efa022

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -60,7 +60,7 @@ def openai_translation_ce(prompt):
60
  response = openai.ChatCompletion.create(
61
  model="gpt-3.5-turbo",
62
  messages=[
63
- {"role":"system","content":"Translate the article to English:},
64
  {"role":"user","content":prompt}
65
  ],
66
  temperature=0.8,
 
60
  response = openai.ChatCompletion.create(
61
  model="gpt-3.5-turbo",
62
  messages=[
63
+ {"role":"system","content":"Translate the article to English:"},
64
  {"role":"user","content":prompt}
65
  ],
66
  temperature=0.8,