Uses of Class
com.hw.openai.entity.models.ModelResp
Packages that use ModelResp
-
Uses of ModelResp in com.hw.openai
Methods in com.hw.openai that return ModelRespModifier and TypeMethodDescriptionOpenAiClient.listModels()
Lists the currently available models, and provides basic information about each one such as the owner and availability. -
Uses of ModelResp in com.hw.openai.service
Methods in com.hw.openai.service that return types with arguments of type ModelRespModifier and TypeMethodDescriptionio.reactivex.Single<ModelResp>
OpenAiService.listModels()
Lists the currently available models, and provides basic information about each one such as the owner and availability.