fix: updated system prompt

main
Antonio De Lucreziis 9 months ago
parent 35ca59c6df
commit 0afc1860df

@ -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 },

Loading…
Cancel
Save