logoalt Hacker News

qurrentoday at 5:07 PM1 replyview on HN

> Email: {email}\n\n{options}<|im_end|>

Why do I have to feed my e-mail into the model?


Replies

vorticalboxtoday at 5:16 PM

You don’t that’s a python f string

name = “qurren” print(f”hello {name}”)