-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can a summary ouput formatted text? #39
Comments
I am getting the same problem, looking at the logs, it looks as though the output from the LLM comes back in fully formatted markdown, but it looks like the formatting is getting stripped. Here is the log for scriberr, and here is what that looks like in the web ui.
I am just doing some preliminary testing right now to see how to use the program, but it looks amazing and just what I need! Keep up the great work! |
Right now it doesn't handle any formatting and the string clean up probably removes any additional spacing you added. This is a planned feature though. I want to render it as markdown/html for a better readability experience and export. Thank you for your interest and support :) makes it fun to work on it |
I like the summary system where you create prompt templates for text.
It seems that when the answer comes back from the model, the answers text has lost its formatting like spaces, tabs and new lines.
I tried writing into the template and asking for a well formatted response and it did change the text but the space, tab and newline were not coming out.
Would there be a way to keep the formatting or am I missing the point of a summary?
thank you!
The text was updated successfully, but these errors were encountered: