lmql icon indicating copy to clipboard operation
lmql copied to clipboard

Playground UI: fix string formatting of multibyte emoji characters in the Model Output panel

Open lbeurerkellner opened this issue 2 years ago • 0 comments

The playground Model Output view sometimes incorrectly renders multibyte characters like Emojis:

image

Query Code:

argmax
    "Provide a list of emojis that could represent a family:[FAMILY]"
from
    "chatgpt"

This is a UI-only issue and does not affect LMQL use from within Python.

lbeurerkellner avatar Jul 17 '23 10:07 lbeurerkellner