Package dev.enola.ai.langchain4j
Interface ChatModelProvider
- All Superinterfaces:
Provider<dev.langchain4j.model.chat.StreamingChatModel>
- All Known Implementing Classes:
GoogleChatModelProvider
,MockChatModel.Provider
,OllamaChatModelProvider
ChatLanguageModelProvider is a
Provider
of a LangChain4j StreamingChatModel
based
on the Enola.dev AI URI spec.-
Method Summary
Methods inherited from interface dev.enola.ai.iri.Provider
get, name, optional, uriExamples, uriTemplates