Skip to content

Commit

Permalink
Merge branch 'dev' into bump_mq_dependency_02012025
Browse files Browse the repository at this point in the history
  • Loading branch information
NeonKirill authored Jan 2, 2025
2 parents f2cda60 + 410cf31 commit 95280dc
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.1.1a5](https://github.com/NeonGeckoCom/neon-llm-core/tree/0.1.1a5) (2024-12-14)

[Full Changelog](https://github.com/NeonGeckoCom/neon-llm-core/compare/0.1.1a4...0.1.1a5)

**Merged pull requests:**

- Added support for async consumers in LLM MQ Connector [\#12](https://github.com/NeonGeckoCom/neon-llm-core/pull/12) ([NeonKirill](https://github.com/NeonKirill))

## [0.1.1a4](https://github.com/NeonGeckoCom/neon-llm-core/tree/0.1.1a4) (2024-10-30)

[Full Changelog](https://github.com/NeonGeckoCom/neon-llm-core/compare/0.1.1a3...0.1.1a4)
Expand Down
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 version.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@
# NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

__version__ = "0.1.1a4"
__version__ = "0.1.1a5"

0 comments on commit 95280dc

Please sign in to comment.