Skip to content
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

Feature request: web view presentation for message history #150

Open
jscholes opened this issue Aug 12, 2024 · 1 comment
Open

Feature request: web view presentation for message history #150

jscholes opened this issue Aug 12, 2024 · 1 comment

Comments

@jscholes
Copy link

I believe wxPython now supports Edge WebView2 on Windows. It would be great to be able to toggle on a preference in BasiliskLLM to have the output area be presented as a browseable web view, in addition to the multi-line, read-only plain text control that's there now. This would also require the Markdown responses from models to be parsed into HTML.

@AAClause
Copy link
Member

Thanks for this suggestion.
I plan to look into this after merging PR #136, which already adds the capability to display specific message in a webview, provided they are correctly formatted in Markdown.
However, a potential challenge is that responses are not always in Markdown. Therefore, we need to implement a reliable method to determine if a response is properly formatted in Markdown...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants