Tweak whitespace

This commit is contained in:
Cyber MacGeddon 2024-07-15 18:56:44 +01:00
parent bc34f8b99f
commit bd647f3b3d

View file

@ -43,10 +43,10 @@ class LlmClient:
id = str(uuid.uuid4())
r = TextCompletionRequest(
prompt=prompt
)
self.producer.send(r, properties={ "id": id })
while True: