Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -142,6 +142,8 @@ async def chat_stream(
|
|
| 142 |
global_context, res_temp, res_topk, res_rpen, res_mnts, res_sample, ctx_num_lconv,
|
| 143 |
internet_option, serper_api_key
|
| 144 |
):
|
|
|
|
|
|
|
| 145 |
res = [
|
| 146 |
chat_state["ppmanager_type"].from_json(json.dumps(ppm))
|
| 147 |
for ppm in local_data
|
|
|
|
| 142 |
global_context, res_temp, res_topk, res_rpen, res_mnts, res_sample, ctx_num_lconv,
|
| 143 |
internet_option, serper_api_key
|
| 144 |
):
|
| 145 |
+
print(internet_search)
|
| 146 |
+
|
| 147 |
res = [
|
| 148 |
chat_state["ppmanager_type"].from_json(json.dumps(ppm))
|
| 149 |
for ppm in local_data
|