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

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

You don’t that’s a python f string

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