vilarin commited on
Commit
03848be
1 Parent(s): 14118ac

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -175,7 +175,7 @@ async def main(link):
175
  return text, None
176
 
177
  prompt = f"News: {text} json:"
178
- formatted_prompt = system_prompt + "\n\n\n" + text
179
  # messages = [
180
  # {"role": "system", "content": system_prompt},
181
  # {"role": "user", "content": prompt},
 
175
  return text, None
176
 
177
  prompt = f"News: {text} json:"
178
+ formatted_prompt = system_prompt + "\n\n\n" + prompt
179
  # messages = [
180
  # {"role": "system", "content": system_prompt},
181
  # {"role": "user", "content": prompt},