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