trustgraph/templates/patterns/llm-claude.jsonnet

14 lines
421 B
Jsonnet
Raw Normal View History

{
pattern: {
name: "claude",
icon: "🤖💬",
title: "Add Anthropic Claude for text completion",
description: "This pattern integrates an Anthropic Claude LLM service for text completion operations. You need a Claude subscription to be able to use this service.",
requires: ["pulsar", "trustgraph"],
features: ["llm"],
args: [
]
},
module: "components/claude.jsonnet",
}