itsMaaz commited on
Commit
7bb2580
·
verified ·
1 Parent(s): 6df0488

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -23,7 +23,7 @@ def chat_function(message, history):
23
  result = chatbot(
24
  prompt,
25
  max_length=120,
26
- temperature=0.7,
27
  do_sample=True,
28
  top_p=0.9
29
  )
 
23
  result = chatbot(
24
  prompt,
25
  max_length=120,
26
+ temperature=0.9,
27
  do_sample=True,
28
  top_p=0.9
29
  )