Update app.py
Browse files
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" +
|
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},
|