Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -164,7 +164,7 @@ async def chat_stream(
|
|
164 |
|
165 |
ppm = res[idx]
|
166 |
ppm.add_pingpong(
|
167 |
-
PingPong(instruction_txtbox,
|
168 |
)
|
169 |
prompt = build_prompts(ppm, global_context, ctx_num_lconv)
|
170 |
|
|
|
164 |
|
165 |
ppm = res[idx]
|
166 |
ppm.add_pingpong(
|
167 |
+
PingPong(instruction_txtbox, '')
|
168 |
)
|
169 |
prompt = build_prompts(ppm, global_context, ctx_num_lconv)
|
170 |
|