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
In 1.4 (and earlier), if the chat bot answers with code formatted using triple back-ticks, everything looks fine until the closing back ticks, at which time the output becomes a single unreadable line.
E.g. ask Llama 3.3 "Show me a simple hello world C program", the answer will start with (I have delimited it with BEGIN and END):
BEGIN Hello World in C
In 1.4 (and earlier), if the chat bot answers with code formatted using triple back-ticks, everything looks fine until the closing back ticks, at which time the output becomes a single unreadable line.
E.g. ask Llama 3.3 "Show me a simple hello world C program", the answer will start with (I have delimited it with BEGIN and END):
BEGIN
Hello World in C
more text here
END
but the chat will show as in the screen dump
The text was updated successfully, but these errors were encountered: