Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -82,7 +82,7 @@ def search_web(search_query: str):
|
|
| 82 |
result_string += web_info
|
| 83 |
|
| 84 |
res = result_string.strip()
|
| 85 |
-
return "Based on the following results, answer the previous user query:\nResults:\n\n" + res
|
| 86 |
|
| 87 |
|
| 88 |
def get_messages_formatter_type(model_name):
|
|
|
|
| 82 |
result_string += web_info
|
| 83 |
|
| 84 |
res = result_string.strip()
|
| 85 |
+
return "Based on the following results, answer the previous user query:\nResults:\n\n" + res[:32768]
|
| 86 |
|
| 87 |
|
| 88 |
def get_messages_formatter_type(model_name):
|