Uses of Class
org.springframework.ai.huggingface.model.CompatGenerateRequest
Packages that use CompatGenerateRequest
-
Uses of CompatGenerateRequest in org.springframework.ai.huggingface.api
Methods in org.springframework.ai.huggingface.api with parameters of type CompatGenerateRequestModifier 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
Methods in org.springframework.ai.huggingface.model that return CompatGenerateRequestModifier and TypeMethodDescriptionCompatGenerateRequest.parameters
(GenerateParameters parameters)