Spaces:
Sleeping
Sleeping
suhasg
commited on
Commit
·
725d75b
1
Parent(s):
a956c77
changed the prompt in json rule
Browse files
app.py
CHANGED
@@ -76,7 +76,7 @@ def condition_split(query):
|
|
76 |
the structure is
|
77 |
|
78 |
{structure}
|
79 |
-
|
80 |
the json you produce, replace the sigle quates with doublequates to match json format the json.loads is expecting
|
81 |
|
82 |
"""
|
@@ -207,6 +207,7 @@ def form_json_rule(condition_string):
|
|
207 |
IMPORTANT:
|
208 |
Only give the json as response no other text should be present.
|
209 |
Give the response json in compact form.
|
|
|
210 |
"""
|
211 |
resp = make_api_call(gpt_assistant_prompt2, final_template)
|
212 |
return resp
|
|
|
76 |
the structure is
|
77 |
|
78 |
{structure}
|
79 |
+
|
80 |
the json you produce, replace the sigle quates with doublequates to match json format the json.loads is expecting
|
81 |
|
82 |
"""
|
|
|
207 |
IMPORTANT:
|
208 |
Only give the json as response no other text should be present.
|
209 |
Give the response json in compact form.
|
210 |
+
the response should be exactly same to the template used in the prompt
|
211 |
"""
|
212 |
resp = make_api_call(gpt_assistant_prompt2, final_template)
|
213 |
return resp
|