mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-17 01:01:03 +02:00
Metricate the right queue
This commit is contained in:
parent
53a1844cfd
commit
c834edf119
1 changed files with 1 additions and 1 deletions
|
|
@ -144,7 +144,7 @@ local prompt = import "prompt-template.jsonnet";
|
||||||
"-p",
|
"-p",
|
||||||
url.pulsar,
|
url.pulsar,
|
||||||
"-i",
|
"-i",
|
||||||
"non-persistent://tg/request/text-completion-rag",
|
"non-persistent://tg/response/text-completion-rag-response",
|
||||||
])
|
])
|
||||||
.with_limits("0.5", "128M")
|
.with_limits("0.5", "128M")
|
||||||
.with_reservations("0.1", "128M");
|
.with_reservations("0.1", "128M");
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue