Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
KyryloHrymailoTDS committed Aug 8, 2023
1 parent 6ce7953 commit ad93750
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neon_llm_core/rmq.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def __init__(self):

def register_consumers(self):
for idx in range(self.model_config["num_parallel_processes"]):
self.register_consumer(name=f"neon_llm_{self.service_name}_ask_{idx}",
self.register_consumer(name=f"neon_llm_{self.name}_ask_{idx}",
vhost=self.vhost,
queue=self.queue_ask,
callback=self.handle_request,
Expand Down

0 comments on commit ad93750

Please sign in to comment.