Uses of Class
com.hw.openai.entity.models.ModelResp
-
Uses of ModelResp in com.hw.openai
Modifier 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
Modifier 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.