Prerequisites
Feature Description
The llama-server allows api calls with logprobs=1, but it would be very nice to also include the option to set echo=True, as was available for older OpenAI models such as davinci-002.
Motivation
This would allow for a number of interesting possibilities such as inferring the likelihood of a prompt given a completion, as done in this project.
OpenAI depreciates the echo option because it's too useful :) would be great to have it back in llama.cpp.
Possible Implementation
No response
Prerequisites
Feature Description
The llama-server allows api calls with
logprobs=1, but it would be very nice to also include the option to setecho=True, as was available for older OpenAI models such asdavinci-002.Motivation
This would allow for a number of interesting possibilities such as inferring the likelihood of a prompt given a completion, as done in this project.
OpenAI depreciates the
echooption because it's too useful :) would be great to have it back in llama.cpp.Possible Implementation
No response