You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I believe this is due to the fact that a prompt is still waited on from stdin. I am not sure if that is the intended behaviour but the docs suggest that the prompt defined in the template should be sufficient but it's not so perhaps just a small clarification is needed in the docs.
The text was updated successfully, but these errors were encountered:
I've been following the docs here https://llm.datasette.io/en/stable/templates.html and for me the following hangs:
but adding an extra "input" at the end works fine:
I believe this is due to the fact that a prompt is still waited on from stdin. I am not sure if that is the intended behaviour but the docs suggest that the
prompt
defined in the template should be sufficient but it's not so perhaps just a small clarification is needed in the docs.The text was updated successfully, but these errors were encountered: