Uses of Class
com.composum.ai.backend.base.service.chat.GPTConfiguration.Mode
-
Packages that use GPTConfiguration.Mode Package Description com.composum.ai.backend.base.service.chat -
-
Uses of GPTConfiguration.Mode in com.composum.ai.backend.base.service.chat
Methods in com.composum.ai.backend.base.service.chat that return GPTConfiguration.Mode Modifier and Type Method Description GPTConfiguration.Mode
GPTConfiguration. getMode()
static GPTConfiguration.Mode
GPTConfiguration.Mode. valueOf(String name)
Returns the enum constant of this type with the specified name.static GPTConfiguration.Mode[]
GPTConfiguration.Mode. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-