lmql icon indicating copy to clipboard operation
lmql copied to clipboard

LMQL should support f-strings

Open lbeurerkellner opened this issue 2 years ago • 0 comments

Top-level f-strings should behave just as regular top-level strings in LMQL. They are compiled to it anyway, e.g.:

argmax f"Hello World" from "chatgpt"

This should be a simple scoping + compiler change.

lbeurerkellner avatar Jul 12 '23 16:07 lbeurerkellner