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