mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-26 00:46:22 +02:00
14 lines
435 B
Jsonnet
14 lines
435 B
Jsonnet
|
|
{
|
||
|
|
pattern: {
|
||
|
|
name: "openai",
|
||
|
|
icon: "🤖💬",
|
||
|
|
title: "Add OpenAI LLM endpoint for text completion",
|
||
|
|
description: "This pattern integrates an OpenAI LLM service for text completion operations. You need an OpenAI subscription and have an API key to be able to use this service.",
|
||
|
|
requires: ["pulsar", "trustgraph"],
|
||
|
|
features: ["llm"],
|
||
|
|
args: [
|
||
|
|
]
|
||
|
|
},
|
||
|
|
module: "components/openai.jsonnet",
|
||
|
|
}
|