diff --git a/templates/components/trustgraph.jsonnet b/templates/components/trustgraph.jsonnet index 1a342d64..e178cc27 100644 --- a/templates/components/trustgraph.jsonnet +++ b/templates/components/trustgraph.jsonnet @@ -144,7 +144,7 @@ local prompt = import "prompt-template.jsonnet"; "-p", url.pulsar, "-i", - "non-persistent://tg/request/text-completion-rag", + "non-persistent://tg/response/text-completion-rag-response", ]) .with_limits("0.5", "128M") .with_reservations("0.1", "128M");