Uses of Class
com.unfbx.chatgpt.entity.models.Model
-
Packages that use Model Package Description com.unfbx.chatgpt -
-
Uses of Model in com.unfbx.chatgpt
Methods in com.unfbx.chatgpt that return Model Modifier and Type Method Description ModelOpenAiClient. model(String id)openAi模型详细信息Methods in com.unfbx.chatgpt that return types with arguments of type Model Modifier and Type Method Description io.reactivex.Single<Model>OpenAiApi. model(String id)models 返回的数据idList<Model>OpenAiClient. models()openAi模型列表
-