khurrameycon commited on
Commit
356bed0
·
verified ·
1 Parent(s): 0ddac64

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -190,9 +190,9 @@ def predict_text(text):
190
  }
191
  ],
192
  temperature=0.7,
193
- max_tokens=2048,
194
  top_p=1,
195
- stream=False
196
  )
197
 
198
  for chunk in completion:
 
190
  }
191
  ],
192
  temperature=0.7,
193
+ max_tokens=4096,
194
  top_p=1,
195
+ stream=True
196
  )
197
 
198
  for chunk in completion: