Uses of Enum Class
org.springframework.ai.openai.api.OpenAiApi.ChatModel
Packages that use OpenAiApi.ChatModel
-
Uses of OpenAiApi.ChatModel in org.springframework.ai.openai
Methods in org.springframework.ai.openai with parameters of type OpenAiApi.ChatModelModifier and TypeMethodDescriptionOpenAiChatOptions.Builder.model(OpenAiApi.ChatModel openAiChatModel) -
Uses of OpenAiApi.ChatModel in org.springframework.ai.openai.api
Fields in org.springframework.ai.openai.api declared as OpenAiApi.ChatModelMethods in org.springframework.ai.openai.api that return OpenAiApi.ChatModelModifier and TypeMethodDescriptionstatic OpenAiApi.ChatModelReturns the enum constant of this class with the specified name.static OpenAiApi.ChatModel[]OpenAiApi.ChatModel.values()Returns an array containing the constants of this enum class, in the order they are declared.