Uses of Class
dev.langchain4j.model.ollama.OllamaModelCard.Builder
Packages that use OllamaModelCard.Builder
-
Uses of OllamaModelCard.Builder in dev.langchain4j.model.ollama
Methods in dev.langchain4j.model.ollama that return OllamaModelCard.BuilderModifier and TypeMethodDescriptionstatic OllamaModelCard.BuilderOllamaModelCard.builder()OllamaModelCard.Builder.capabilities(List<String> capabilities) OllamaModelCard.Builder.details(OllamaModelDetails details) OllamaModelCard.Builder.messages(List<OllamaModelMessage> messages) OllamaModelCard.Builder.modifiedAt(OffsetDateTime modifiedAt) OllamaModelCard.Builder.parameters(String parameters) OllamaModelCard.Builder.projectorInfo(Map<String, Object> projectorInfo) OllamaModelCard.Builder.tensors(List<OllamaModelTensor> tensors)