Spaces:
Sleeping
Sleeping
Krzysztof Krystian Jankowski
commited on
Commit
·
fa0cccd
1
Parent(s):
e3f833e
256 new tokens
Browse files
app.py
CHANGED
@@ -40,4 +40,4 @@ if submit:
|
|
40 |
The post should be well-structured, clearly written, and approximately {no_words} words in total, reflecting a professional tone suitable for an audience interested in {blog_style.lower()} topics.
|
41 |
"""
|
42 |
|
43 |
-
st.write_stream(llm(prompt, stream=True, max_new_tokens=
|
|
|
40 |
The post should be well-structured, clearly written, and approximately {no_words} words in total, reflecting a professional tone suitable for an audience interested in {blog_style.lower()} topics.
|
41 |
"""
|
42 |
|
43 |
+
st.write_stream(llm(prompt, stream=True, max_new_tokens=256, temperature=0.3))
|