AItool commited on
Commit
af96bbe
·
verified ·
1 Parent(s): 5aa525a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -32,7 +32,7 @@ if submitted:
32
  model="TinyLlama/TinyLlama-1.1B-Chat-v1.0",
33
  messages=messages,
34
  temperature=0.5,
35
- max_tokens=100,
36
  top_p=0.7,
37
  stream=True
38
  )
 
32
  model="TinyLlama/TinyLlama-1.1B-Chat-v1.0",
33
  messages=messages,
34
  temperature=0.5,
35
+ max_tokens=300,
36
  top_p=0.7,
37
  stream=True
38
  )