simonraj commited on
Commit
ee19384
·
1 Parent(s): cd7de63

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -62,7 +62,7 @@ def predict(system_msg, inputs, top_p, temperature, chat_counter, chatbot=[], hi
62
  "stream": True,
63
  "presence_penalty":0,
64
  "frequency_penalty":0,
65
- "max_tokens": 100 # Limiting the token count to 400
66
  }
67
 
68
  chat_counter+=1
 
62
  "stream": True,
63
  "presence_penalty":0,
64
  "frequency_penalty":0,
65
+ "max_tokens": 500 # Limiting the token count to 400
66
  }
67
 
68
  chat_counter+=1