Spaces:
Runtime error
Runtime error
arjunanand13
commited on
Commit
•
08ecb91
1
Parent(s):
8dc8706
Update app.py
Browse files
app.py
CHANGED
@@ -73,9 +73,8 @@ def format_prompt(query):
|
|
73 |
prompt=f"""
|
74 |
You are a knowledgeable assistant with access to a comprehensive database.
|
75 |
I need you to answer my question and provide related information in a specific format.
|
76 |
-
I have provided four relatable json
|
77 |
Here's what I need:
|
78 |
-
A brief, general response to my question based on related json chunks retrieved.
|
79 |
Include a brief final answer without additional comments, sign-offs, or extra phrases. Be direct and to the point.
|
80 |
|
81 |
Here's my question:
|
|
|
73 |
prompt=f"""
|
74 |
You are a knowledgeable assistant with access to a comprehensive database.
|
75 |
I need you to answer my question and provide related information in a specific format.
|
76 |
+
I have provided four relatable json files , choose the most suitable chunks for answering the query
|
77 |
Here's what I need:
|
|
|
78 |
Include a brief final answer without additional comments, sign-offs, or extra phrases. Be direct and to the point.
|
79 |
|
80 |
Here's my question:
|