Interface GPTBackendsConfigurationService
-
- All Known Implementing Classes:
GPTBackendsConfigurationServiceImpl
public interface GPTBackendsConfigurationService
A service that lists all backends usable withGPTChatCompletionService
etc.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<GPTBackendConfiguration>
getBackends()
List<String>
getModelsForBackend(String backendId)
-