Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -161,7 +161,7 @@ async def chat_stream(
|
|
161 |
for ppm in local_data
|
162 |
]
|
163 |
|
164 |
-
prompt = build_prompts(ppm, global_context, ctx_num_lconv)
|
165 |
|
166 |
#######
|
167 |
# if internet_option:
|
|
|
161 |
for ppm in local_data
|
162 |
]
|
163 |
|
164 |
+
# prompt = build_prompts(ppm, global_context, ctx_num_lconv)
|
165 |
|
166 |
#######
|
167 |
# if internet_option:
|