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 reviewed the Discussions, and have a new bug or useful enhancement to share.
Expected Behavior
When Llama 2 generates code as output, it should not be rendered in the chat output, since that both defies expectations and renders the code unreadable.
Current Behavior
it renders an inline dropdown element, instead of showing the code:
Steps to Reproduce
Ask Llama 2 to generate some kind of HTML
The HTML that it generates will be rendered inline instead of written as a code block
I followed these instructions to get the web chat working, and it seems to work great as long as no HTML is being emitted by the model.
The text was updated successfully, but these errors were encountered:
Prerequisites
Please answer the following questions for yourself before submitting an issue.
Expected Behavior
When Llama 2 generates code as output, it should not be rendered in the chat output, since that both defies expectations and renders the code unreadable.
Current Behavior
it renders an inline dropdown element, instead of showing the code:
Steps to Reproduce
I followed these instructions to get the web chat working, and it seems to work great as long as no HTML is being emitted by the model.
The text was updated successfully, but these errors were encountered: