Update app.py
Browse files
app.py
CHANGED
@@ -226,7 +226,7 @@ def compress_data_og(c, instruct, history, seed):
|
|
226 |
|
227 |
print ("final" + resp)
|
228 |
#history = "observation: {}\n".format(resp)
|
229 |
-
return
|
230 |
|
231 |
|
232 |
|
|
|
226 |
|
227 |
print ("final" + resp)
|
228 |
#history = "observation: {}\n".format(resp)
|
229 |
+
return out
|
230 |
|
231 |
|
232 |
|