sakthi54321 commited on
Commit
edc200c
·
verified ·
1 Parent(s): bbebc97

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -23,7 +23,7 @@ generator = pipeline(
23
  def chat_fn(message, history):
24
  outputs = generator(
25
  message,
26
- max_new_tokens=200,
27
  temperature=0.7,
28
  top_p=0.9,
29
  do_sample=True
 
23
  def chat_fn(message, history):
24
  outputs = generator(
25
  message,
26
+ max_new_tokens=1000,
27
  temperature=0.7,
28
  top_p=0.9,
29
  do_sample=True