Uses of Class
com.github.hakenadu.javalangchains.chains.llm.openai.OpenAiChatCompletionsRequest
| Package | Description |
|---|---|
| com.github.hakenadu.javalangchains.chains.llm.azure | |
| com.github.hakenadu.javalangchains.chains.llm.openai |
-
Uses of OpenAiChatCompletionsRequest in com.github.hakenadu.javalangchains.chains.llm.azure
Methods in com.github.hakenadu.javalangchains.chains.llm.azure with parameters of type OpenAiChatCompletionsRequest Modifier and Type Method Description protected org.springframework.web.reactive.function.client.WebClient.ResponseSpecAzureOpenAiChatChain. createResponseSpec(OpenAiChatCompletionsRequest request, org.springframework.web.reactive.function.client.WebClient webClient, com.fasterxml.jackson.databind.ObjectMapper objectMapper) -
Uses of OpenAiChatCompletionsRequest in com.github.hakenadu.javalangchains.chains.llm.openai
Methods in com.github.hakenadu.javalangchains.chains.llm.openai with parameters of type OpenAiChatCompletionsRequest Modifier and Type Method Description protected org.springframework.web.reactive.function.client.WebClient.ResponseSpecOpenAiChatChain. createResponseSpec(OpenAiChatCompletionsRequest request, org.springframework.web.reactive.function.client.WebClient webClient, com.fasterxml.jackson.databind.ObjectMapper objectMapper)executes the request to the OpenAI API.protected StringOpenAiChatChain. requestToBody(OpenAiChatCompletionsRequest request, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Serializes theOpenAiChatCompletionsRequest