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: