Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -110,7 +110,7 @@ class DocumentRetrievalAndGeneration:
|
|
110 |
{"role": "user", "content": f"""
|
111 |
I need you to answer my question and provide related information in a specific format.
|
112 |
I have provided five relatable json files {content}, choose the most suitable chunks for answering the query.
|
113 |
-
RETURN ONLY SOLUTION without additional comments, sign-offs, retrived chunks or extra phrases. Be direct and to the point.
|
114 |
IF THERE IS NO ANSWER RELATABLE IN RETRIEVED CHUNKS, RETURN "NO SOLUTION AVAILABLE".
|
115 |
|
116 |
Here's my question:
|
|
|
110 |
{"role": "user", "content": f"""
|
111 |
I need you to answer my question and provide related information in a specific format.
|
112 |
I have provided five relatable json files {content}, choose the most suitable chunks for answering the query.
|
113 |
+
RETURN ONLY SOLUTION without additional comments, sign-offs, retrived chunks, refrence to any Ticket or extra phrases. Be direct and to the point.
|
114 |
IF THERE IS NO ANSWER RELATABLE IN RETRIEVED CHUNKS, RETURN "NO SOLUTION AVAILABLE".
|
115 |
|
116 |
Here's my question:
|