Shreyas094
commited on
Commit
•
6d43a64
1
Parent(s):
a5c3fd1
Update app.py
Browse files
app.py
CHANGED
@@ -448,7 +448,7 @@ Write a detailed and complete response that answers the following user question:
|
|
448 |
instruction = f"""Using the following context:
|
449 |
{context}
|
450 |
Write a detailed and complete research document that fulfills the following user request: '{query}'
|
451 |
-
Also the generated
|
452 |
Format the hyperlink in Markdown (e.g., [relevant text](URL))."""
|
453 |
|
454 |
inputs = [
|
|
|
448 |
instruction = f"""Using the following context:
|
449 |
{context}
|
450 |
Write a detailed and complete research document that fulfills the following user request: '{query}'
|
451 |
+
Also the generated research document should include the source URL as a hyperlink within the text. Ensure that the hyperlink is embedded in a relevant phrase or word within the response.
|
452 |
Format the hyperlink in Markdown (e.g., [relevant text](URL))."""
|
453 |
|
454 |
inputs = [
|