Uses of Class
com.composum.ai.backend.base.service.chat.GPTBackendConfiguration
-
Packages that use GPTBackendConfiguration Package Description com.composum.ai.backend.base.service.chat com.composum.ai.backend.base.service.chat.impl -
-
Uses of GPTBackendConfiguration in com.composum.ai.backend.base.service.chat
Methods in com.composum.ai.backend.base.service.chat that return GPTBackendConfiguration Modifier and Type Method Description GPTBackendConfiguration
GPTBackendsService. getConfigurationForModel(String model)
Determines the backend a model is from.Methods in com.composum.ai.backend.base.service.chat that return types with arguments of type GPTBackendConfiguration Modifier and Type Method Description List<GPTBackendConfiguration>
GPTBackendsConfigurationService. getBackends()
-
Uses of GPTBackendConfiguration in com.composum.ai.backend.base.service.chat.impl
Methods in com.composum.ai.backend.base.service.chat.impl that return GPTBackendConfiguration Modifier and Type Method Description GPTBackendConfiguration
GPTBackendsServiceImpl. getConfigurationForModel(String model)
Methods in com.composum.ai.backend.base.service.chat.impl that return types with arguments of type GPTBackendConfiguration Modifier and Type Method Description List<GPTBackendConfiguration>
GPTBackendsConfigurationServiceImpl. getBackends()
Methods in com.composum.ai.backend.base.service.chat.impl with parameters of type GPTBackendConfiguration Modifier and Type Method Description protected void
GPTBackendsConfigurationServiceImpl. activate(GPTBackendConfiguration configuration)
-