Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -492,8 +492,7 @@ def get_response_with_search(query, model, num_calls=3, temperature=0.1):
|
|
492 |
{context}
|
493 |
Write a detailed and complete research document that fulfills the following user request: '{query}'
|
494 |
After writing the document, please provide a list of sources used in your response.
|
495 |
-
Importantly, only include information that is directly supported by the provided context. If you're unsure about any information, state that it couldn't be verified from the given context.
|
496 |
-
|
497 |
After writing the document, please provide a list of sources used in your response."""
|
498 |
|
499 |
if model == "@cf/meta/llama-3.1-8b-instruct":
|
|
|
492 |
{context}
|
493 |
Write a detailed and complete research document that fulfills the following user request: '{query}'
|
494 |
After writing the document, please provide a list of sources used in your response.
|
495 |
+
Importantly, only include information that is directly supported by the provided context. If you're unsure about any information, state that it couldn't be verified from the given context.
|
|
|
496 |
After writing the document, please provide a list of sources used in your response."""
|
497 |
|
498 |
if model == "@cf/meta/llama-3.1-8b-instruct":
|