Uses of Class
org.springframework.ai.huggingface.model.GenerateRequest
-
Uses of GenerateRequest in org.springframework.ai.huggingface.api
Modifier and TypeMethodDescriptionTextGenerationInferenceApi.generate
(GenerateRequest body) Generate tokens Generate tokensTextGenerationInferenceApi.generateStream
(GenerateRequest body) Generate a stream of token using Server-Sent Events Generate a stream of token using Server-Sent Eventsorg.springframework.http.ResponseEntity<StreamResponse>
TextGenerationInferenceApi.generateStreamWithHttpInfo
(GenerateRequest body) Generate a stream of token using Server-Sent Events Generate a stream of token using Server-Sent Eventsorg.springframework.http.ResponseEntity<GenerateResponse>
TextGenerationInferenceApi.generateWithHttpInfo
(GenerateRequest body) Generate tokens Generate tokens -
Uses of GenerateRequest in org.springframework.ai.huggingface.model