Skip to content

Commit 68b5409

Browse files
committed
feat: include proto changes
1 parent f9134da commit 68b5409

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

proto/v3/generate.proto

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,8 @@ message NextTokenChooserParameters {
104104
string grammar = 10;
105105
/// grammar type
106106
GrammarType grammar_type = 11;
107+
/// logit bias dictionary mapping token string to bias value
108+
map<string, int32> logit_bias = 12;
107109
}
108110

109111
message StoppingCriteriaParameters {

0 commit comments

Comments
 (0)