Uses of Package
com.github.hakenadu.javalangchains.chains.llm.openai.completions
-
Classes in com.github.hakenadu.javalangchains.chains.llm.openai.completions used by com.github.hakenadu.javalangchains.chains.llm.azure.completions Class Description OpenAiCompletionsChain OpenAiChainfor usage with the OpenAI /completions APIOpenAiCompletionsParameters Parameters for calling an OpenAI Completions Model https://platform.openai.com/docs/api-reference/completions/createOpenAiCompletionsRequest Model class for the OpenAI /completions request body -
Classes in com.github.hakenadu.javalangchains.chains.llm.openai.completions used by com.github.hakenadu.javalangchains.chains.llm.openai.completions Class Description OpenAiCompletionsChoice Model class for choices in an OpenAI /completions responseOpenAiCompletionsParameters Parameters for calling an OpenAI Completions Model https://platform.openai.com/docs/api-reference/completions/createOpenAiCompletionsRequest Model class for the OpenAI /completions request bodyOpenAiCompletionsResponse Model class for the response body of an OpenAI /completions request