Get desktop application:
View/edit binary Protocol Buffers messages
Used in:
Used in:
for streaming responses
CompletionRequest is the payload to request completion
Used as request type in: CompletionService.Complete, CompletionStreamService.CompleteStream
huggingface `inputs`
openai `max_tokens`
Include the log probabilities on the logprobs most likely tokens, as well the chosen tokens. For example, if logprobs is 5, the API will return a list of the 5 most likely tokens. The API will always return the logprob of the sampled token, so there may be up to logprobs+1 elements in the response. The maximum value for logprobs is 5.
You can only represent Union[str, list] as a string.
Maps are represented as a pair of a key type and a value type.
CompletionRespones are what's returned by the gRPC service
Used as response type in: CompletionService.Complete, CompletionStreamService.CompleteStream
Used in: