diff --git a/main.py b/main.py index 7c8f989..ef42eb4 100755 --- a/main.py +++ b/main.py @@ -39,7 +39,7 @@ def translate_to_json(conference_html: str) -> str: messages=[ { "role": "system", - "content": "You are an assistant. Be precise in formatting the output and only output valid JSON using the specificied fields, without including additional fields or comments.", + "content": "You are an assistant helping a developer converting raw text data to JSON. Be precise in formatting the output and only output valid JSON using the specificied fields, without including any additional fields or comments", }, {"role": "user", "content": "INPUT:"}, {"role": "user", "content": HTML_EXAMPLE_1 },