Uses of Class
com.unfbx.chatgpt.entity.chat.BaseChatCompletion.Model
-
Packages that use BaseChatCompletion.Model Package Description com.unfbx.chatgpt.entity.chat -
-
Uses of BaseChatCompletion.Model in com.unfbx.chatgpt.entity.chat
Methods in com.unfbx.chatgpt.entity.chat that return BaseChatCompletion.Model Modifier and Type Method Description static BaseChatCompletion.ModelBaseChatCompletion.Model. valueOf(String name)Returns the enum constant of this type with the specified name.static BaseChatCompletion.Model[]BaseChatCompletion.Model. values()Returns an array containing the constants of this enum type, in the order they are declared.
-