Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -167,6 +167,7 @@ async def chat_stream(
|
|
167 |
PingPong(instruction_txtbox, '')
|
168 |
)
|
169 |
prompt = build_prompts(ppm, global_context, ctx_num_lconv)
|
|
|
170 |
|
171 |
#######
|
172 |
# if internet_option:
|
|
|
167 |
PingPong(instruction_txtbox, '')
|
168 |
)
|
169 |
prompt = build_prompts(ppm, global_context, ctx_num_lconv)
|
170 |
+
print(prompt)
|
171 |
|
172 |
#######
|
173 |
# if internet_option:
|