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
sample(temperature=0.8)
"A list of things not to forget when going to the sea (not travelling): \n"
"- Sunglasses \n"
for i in range(4):
"- [THING] \n"
from
'openai/gpt-3.5-turbo'
where
THING in set(["Volleyball", "Sunscreen", "Bathing Suite"])
The text was updated successfully, but these errors were encountered:
Sorry if this is covered in a different thread are there any plans to support choices with openai chat akin to Outlines (https://github.com/outlines-dev/outlines/blob/main/outlines/models/openai.py#L191) - at least with
pip install lmql
this currently doesn't work:The text was updated successfully, but these errors were encountered: