Class WorkersAiChatModel
java.lang.Object
dev.langchain4j.model.workersai.client.AbstractWorkersAIModel
dev.langchain4j.model.workersai.WorkersAiChatModel
- All Implemented Interfaces:
ChatModel
WorkerAI Chat model.
...
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class AbstractWorkersAIModel
accountId, modelName, workerAiClient -
Constructor Summary
ConstructorsConstructorDescriptionConstructor with Builder.WorkersAiChatModel(String accountId, String modelName, String apiToken) Constructor with Builder. -
Method Summary
Modifier and TypeMethodDescriptionstatic WorkersAiChatModel.Builderbuilder()Builder access.chat(ChatRequest chatRequest) Methods inherited from class AbstractWorkersAIModel
processErrorsMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ChatModel
chat, chat, chat, defaultRequestParameters, doChat, listeners, provider, supportedCapabilities