Krzysztof Krystian Jankowski commited on
Commit
fa0cccd
1 Parent(s): e3f833e

256 new tokens

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=512, temperature=0.3))
 
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))