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
I’ve been using the /completion endpoint and noticed that the completion_probabilities field in the response contains token probabilities but does not include token Id. For example, I receive output like this:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I’ve been using the
/completion
endpoint and noticed that thecompletion_probabilities
field in the response contains token probabilities but does not include token Id. For example, I receive output like this:However, in
llama.cpp
, the/completion
response includes token ID. So I wanted to ask:/completion
response in Llamafile?I'd love to hear your thoughts on this. Thanks again for your work on this project!
Beta Was this translation helpful? Give feedback.
All reactions