Use LangChain and PromptTemplate to convert Audio to Summary
-
Why does print(output) render less content than terminal result? The print(output) just contains a summary while the terminal displays the entirety of the syntax required by the prompts.
How is the content of the terminal printed out in main programs? -
Can the user enter his own prompts using st.text_input? How do I accomplish that?
Thank you