Package ai.dat.core.factories
Interface ChatModelFactory
- All Superinterfaces:
Factory
对话模型工厂接口类
-
Method Summary
Modifier and TypeMethodDescriptiondev.langchain4j.model.chat.ChatModelcreate(ReadableConfig config) dev.langchain4j.model.chat.StreamingChatModelcreateStream(ReadableConfig config) Methods inherited from interface ai.dat.core.factories.Factory
factoryIdentifier, optionalOptions, requiredOptions
-
Method Details
-
create
-
createStream
-