petrified commited on
Commit
cdfac04
·
verified ·
1 Parent(s): 74820c4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -128,7 +128,7 @@ def random_response(message, history):
128
  text_gen_config = TextGenerationConfig(
129
  n = 1,
130
  model = 'CapSuiteGPT35T16K',
131
- temperature=0.1
132
  )
133
 
134
  summary = lida.summarize(df_data)
 
128
  text_gen_config = TextGenerationConfig(
129
  n = 1,
130
  model = 'CapSuiteGPT35T16K',
131
+ temperature=0
132
  )
133
 
134
  summary = lida.summarize(df_data)