fix: wrong syntax

main
Antonio De Lucreziis 9 months ago
parent 302a52a53b
commit ce3ba63080

@ -65,7 +65,7 @@ def translate_to_json(input_html: str) -> str:
] + ( ] + (
map(lambda example: ({ map(lambda example: ({
"role": "user", "role": "user",
"content": f"INPUT:\n{example["input"]}\n\nOUTPUT JSON:\n{example["output"]}" "content": f"""INPUT:\n{example["input"]}\n\nOUTPUT JSON:\n{example["output"]}"""
}), EXAMPLES) }), EXAMPLES)
) + [ ) + [
{ {

Loading…
Cancel
Save