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