Fix extract-definitions bug

This commit is contained in:
Cyber MacGeddon 2024-07-22 19:47:21 +01:00
parent a7182b8f6f
commit 202f4e5298
6 changed files with 42 additions and 42 deletions

View file

@ -38,7 +38,7 @@ class Processor(ConsumerProducer):
}
)
self.llm = LlmClient(pulsar_host=pulsar_host)
self.llm = LlmClient(pulsar_host=self.pulsar_host)
def to_uri(self, text):