penguineer / HareAIris

A software bridge connecting RabbitMQ to the OpenAI API
MIT License
1 stars 0 forks source link

MVP: Respond to a chat request via RabbitMQ #2

Closed penguineer closed 1 month ago

penguineer commented 1 month ago

Implement a MVP that allows to generate chat responses to message requests on a RabbitMQ queue.

This pull request introduces several significant changes to enhance the chat request handling functionality by integrating RabbitMQ and adding necessary configurations. Key changes include new model classes for ChatRequest and ChatResponse, a handler for processing chat requests, and RabbitMQ configuration setup.

Enhancements to Chat Request Handling:

RabbitMQ Integration:

Dependency Management:

Documentation: