CosmoAI commited on
Commit
e67766f
·
1 Parent(s): 3ae0e39

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,7 +20,7 @@ def bardChat(data):
20
  prompt,
21
  generation_config={
22
  'temperature': 0,
23
- 'max_output_tokens': 800
24
  }
25
  )
26
 
 
20
  prompt,
21
  generation_config={
22
  'temperature': 0,
23
+ 'max_output_tokens': 100
24
  }
25
  )
26