Update app.py
Browse files
app.py
CHANGED
|
@@ -17,7 +17,7 @@ def get_llama_response(inputtext,wordcount,blogstyle):
|
|
| 17 |
# config={'max_new_tokens':256,
|
| 18 |
# 'temperature':0.01})
|
| 19 |
template = f"""
|
| 20 |
-
Write a Blog
|
| 21 |
"""
|
| 22 |
|
| 23 |
|
|
|
|
| 17 |
# config={'max_new_tokens':256,
|
| 18 |
# 'temperature':0.01})
|
| 19 |
template = f"""
|
| 20 |
+
Write a Blog as a {blogstyle} on {inputtext} within {wordcount} words.
|
| 21 |
"""
|
| 22 |
|
| 23 |
|