Uses of Class
org.springframework.ai.huggingface.model.CompatGenerateRequest
-
Uses of CompatGenerateRequest in org.springframework.ai.huggingface.api
Modifier and TypeMethodDescriptionTextGenerationInferenceApi.compatGenerate
(CompatGenerateRequest body) Generate tokens if `stream == false` or a stream of token if `stream == true` Generate tokens if `stream == false` or a stream of token if `stream == true`org.springframework.http.ResponseEntity
<GenerateResponse> TextGenerationInferenceApi.compatGenerateWithHttpInfo
(CompatGenerateRequest body) Generate tokens if `stream == false` or a stream of token if `stream == true` Generate tokens if `stream == false` or a stream of token if `stream == true` -
Uses of CompatGenerateRequest in org.springframework.ai.huggingface.model
Modifier and TypeMethodDescriptionCompatGenerateRequest.parameters
(GenerateParameters parameters)