Get desktop application:
View/edit binary Protocol Buffers messages
Used in: ChatCompletionResponse
int32 index = 1
optional ChatItem chat_item = 2
Used in: ChatCompletionChoice
NONE = 0
STOP = 1
LENGTH = 2
Used as request type in: ChatCompletionService.ChatComplete, ChatCompletionStreamService.ChatCompleteStream
repeated ChatItem chat_items = 1
int32 max_new_tokens = 2
optional float temperature = 3
optional float top_k = 4
optional float top_p = 5
optional bool do_sample = 6
optional int32 n = 7
repeated string stop = 8
optional float repetition_penalty = 9
optional float presence_penalty = 10
optional float frequency_penalty = 11
optional string best_of = 12
map<string, int32> logit_bias = 13
optional bool return_full_text = 14
optional int32 truncate = 15
optional float typical_p = 16
optional bool watermark = 17
optional int32 seed = 18
optional string user = 19
Used as response type in: ChatCompletionService.ChatComplete, ChatCompletionStreamService.ChatCompleteStream
string id = 1
string object = 2
int64 created = 3
optional Usage usage = 5
Used in: ChatCompletionChoice, ChatCompletionRequest
Used in: ChatItem
USER = 0
SYSTEM = 1
FUNCTION = 2
ASSISTANT = 3
Used in: ChatCompletionResponse
int32 prompt_tokens = 1
int32 completion_tokens = 2
int32 total_tokens = 3