Primera fase lista: Output CSV

This commit is contained in:
Daniel
2025-11-07 16:53:07 -05:00
parent a27b87e97b
commit fbf1c6ea81
17 changed files with 276 additions and 1 deletions

View File

@@ -15,3 +15,4 @@ llm = context.get_llm()
pregunta = "¿Cuál es el mejor modelo de lenguaje?"
respuesta = llm.invoke(pregunta)
print(respuesta)