Skip to content

Commit

Permalink
added support for async consumers in LLM MQ Connector
Browse files Browse the repository at this point in the history
  • Loading branch information
kirgrim committed Dec 14, 2024
1 parent 2231c19 commit 967b340
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions neon_llm_core/rmq.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ class NeonLLMMQConnector(MQConnector, ABC):
"""
Module for processing MQ requests to Fast Chat LLM
"""

async_consumers_enabled = True

def __init__(self):
self.service_name = f'neon_llm_{self.name}'

Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# networking
neon-mq-connector>=0.7.2a1
neon-mq-connector>=0.7.2a8
neon_utils[sentry]==1.11.1a5
ovos-config~=0.0.10
pydantic==2.6.3

0 comments on commit 967b340

Please sign in to comment.