From c834edf119d305b6029892b6e412219da63f8597 Mon Sep 17 00:00:00 2001 From: Cyber MacGeddon Date: Sun, 29 Sep 2024 20:06:11 +0100 Subject: [PATCH] Metricate the right queue --- templates/components/trustgraph.jsonnet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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");