mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-06-09 06:45:13 +02:00
Tweak whitespace
This commit is contained in:
parent
bc34f8b99f
commit
bd647f3b3d
1 changed files with 1 additions and 1 deletions
|
|
@ -43,10 +43,10 @@ class LlmClient:
|
|||
|
||||
id = str(uuid.uuid4())
|
||||
|
||||
|
||||
r = TextCompletionRequest(
|
||||
prompt=prompt
|
||||
)
|
||||
|
||||
self.producer.send(r, properties={ "id": id })
|
||||
|
||||
while True:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue