From bd647f3b3dc9a839e207ee53cdf28823729f0948 Mon Sep 17 00:00:00 2001 From: Cyber MacGeddon Date: Mon, 15 Jul 2024 18:56:44 +0100 Subject: [PATCH] Tweak whitespace --- trustgraph/llm_client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trustgraph/llm_client.py b/trustgraph/llm_client.py index 5e0df96d..4d392f0e 100644 --- a/trustgraph/llm_client.py +++ b/trustgraph/llm_client.py @@ -43,10 +43,10 @@ class LlmClient: id = str(uuid.uuid4()) - r = TextCompletionRequest( prompt=prompt ) + self.producer.send(r, properties={ "id": id }) while True: