Spaces:
Runtime error
Runtime error
venkat-srinivasan-nexusflow
commited on
Commit
β’
a8f6a3f
1
Parent(s):
736b4c7
Update constants.py
Browse files- constants.py +1 -1
constants.py
CHANGED
@@ -8,12 +8,12 @@ RAVEN_GENERATION_KWARGS = {
|
|
8 |
}
|
9 |
|
10 |
SUMMARY_MODEL_PROMPT = """<s> [INST]
|
|
|
11 |
|
12 |
Search results:
|
13 |
{results}
|
14 |
|
15 |
Please answer the following query using natural language based on the search results provided above with no extra hallucinated content. When there is no relevant information in the search results, please do not answer extra information and answer with "No relevant information". Please be detailed.
|
16 |
-
For your reference, the current location is {current_location} and the current time is {current_time}.
|
17 |
|
18 |
Query: {query}
|
19 |
|
|
|
8 |
}
|
9 |
|
10 |
SUMMARY_MODEL_PROMPT = """<s> [INST]
|
11 |
+
For your reference, the current location is {current_location} and the current time is {current_time}.
|
12 |
|
13 |
Search results:
|
14 |
{results}
|
15 |
|
16 |
Please answer the following query using natural language based on the search results provided above with no extra hallucinated content. When there is no relevant information in the search results, please do not answer extra information and answer with "No relevant information". Please be detailed.
|
|
|
17 |
|
18 |
Query: {query}
|
19 |
|