missed comment

This commit is contained in:
Paulo Santos
2026-02-13 12:38:48 +00:00
committed by GitHub
parent 3a80d137e1
commit 672ba8a3ac
2 changed files with 4 additions and 2 deletions
+2
View File
@@ -34,6 +34,8 @@ export interface InferenceResponse {
}>
}
// Note: solution around models using different underlying max tokens properties
/**
* Build according to what input was passed, default to max_tokens.
* Only one of max_tokens or max_completion_tokens will be set.