Spaces:
Sleeping
Sleeping
mohsenfayyaz
commited on
Commit
·
d22d12f
1
Parent(s):
58775bb
Update app.py
Browse files
app.py
CHANGED
@@ -57,6 +57,7 @@ Example:
|
|
57 |
{"search_query": ["131 پراید نو"], "price_range": [0, 100000], "possible_filters": {"brand": "پراید", "model": "131"}}
|
58 |
|
59 |
Make sure that every response has these two parts separated by "---" and the json is a valid json.
|
|
|
60 |
"""
|
61 |
|
62 |
base_context = [ {'role':'system', 'content': DIVAR_CONTEXT} ] # accumulate messages
|
|
|
57 |
{"search_query": ["131 پراید نو"], "price_range": [0, 100000], "possible_filters": {"brand": "پراید", "model": "131"}}
|
58 |
|
59 |
Make sure that every response has these two parts separated by "---" and the json is a valid json.
|
60 |
+
ALL OUTPUTS MUST HAVE THE JSON PART.
|
61 |
"""
|
62 |
|
63 |
base_context = [ {'role':'system', 'content': DIVAR_CONTEXT} ] # accumulate messages
|