Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|
| 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)
|