budhadityac24 commited on
Commit
7df4de5
1 Parent(s): ec891c3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -218,8 +218,8 @@ def executive_summary(json_template):
218
  "content": str(json_template)
219
  }
220
  ],
221
- temperature=0.73,
222
- max_tokens=2610,
223
  top_p=1,
224
  stream=True,
225
  stop=None,
 
218
  "content": str(json_template)
219
  }
220
  ],
221
+ temperature=1,
222
+ max_tokens=4610,
223
  top_p=1,
224
  stream=True,
225
  stop=None,