Spaces:
Runtime error
Runtime error
brian-yu-nexusflow
commited on
Commit
Β·
2285cb3
1
Parent(s):
20eaf0c
Update constants.py
Browse files- constants.py +1 -1
constants.py
CHANGED
@@ -7,7 +7,7 @@ RAVEN_GENERATION_KWARGS = {
|
|
7 |
"stream": True,
|
8 |
}
|
9 |
|
10 |
-
SUMMARY_MODEL_PROMPT = """GPT4 Correct User: Please answer the following query using natural language based on the search results below 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".
|
11 |
For your reference, the current location is {current_location} and the current time is {current_time}.
|
12 |
|
13 |
Query: {query}
|
|
|
7 |
"stream": True,
|
8 |
}
|
9 |
|
10 |
+
SUMMARY_MODEL_PROMPT = """GPT4 Correct User: Please answer the following query using natural language based on the search results below 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 keep your response concise.
|
11 |
For your reference, the current location is {current_location} and the current time is {current_time}.
|
12 |
|
13 |
Query: {query}
|