Interface ChatModelProvider

All Superinterfaces:
Provider<URI,dev.langchain4j.model.chat.StreamingChatModel>
All Known Implementing Classes:
ChatModelProviderChain, ChatModelProviders, GoogleChatModelProvider, MockChatModel.Provider, OllamaChatModelProvider

public interface ChatModelProvider extends Provider<URI,dev.langchain4j.model.chat.StreamingChatModel>
ChatLanguageModelProvider provides a LM based on the Enola.dev AI URI spec.