Spaces:
Sleeping
Sleeping
suhasg
commited on
Commit
·
a956c77
1
Parent(s):
61ae9bd
changed the promt a bit
Browse files
app.py
CHANGED
@@ -76,6 +76,9 @@ def condition_split(query):
|
|
76 |
the structure is
|
77 |
|
78 |
{structure}
|
|
|
|
|
|
|
79 |
"""
|
80 |
gpt_assistant_prompt = """You are an expert in Semantic Understanding, Marketing, and Business Analysis.
|
81 |
You need to extract specific information like conditions, scheduling details, and promotions from a paragraph, typically blending technical skills and domain-specific knowledge.
|
|
|
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 |
"""
|
83 |
gpt_assistant_prompt = """You are an expert in Semantic Understanding, Marketing, and Business Analysis.
|
84 |
You need to extract specific information like conditions, scheduling details, and promotions from a paragraph, typically blending technical skills and domain-specific knowledge.
|