Greetings to all forum participants!
I would like to reach out to you with a question regarding the selection of optimal technologies for the development of my Django project, which aims to create a comprehensive AI framework. The project’s goal is to integrate OpenAI APIs for interaction with OpenAI’s generative models. The framework will grant registered users access to an AI chat-bot and various AI add-ons such as Translator, Text Summarizer, Blog Post Outline, and many more.
One of the key aspects of this project is handling a multitude of API requests. As such, I have a question about choosing the most suitable technologies to ensure smooth and efficient framework operation.
I am considering two main options: integrating the HTMX library and utilizing Django Channels. HTMX provides the capability to dynamically update the user interface, avoiding full HTML page reloads. On the other hand, Django Channels offers tools for handling asynchronous requests and real-time data exchange.
My question revolves around which of these two approaches, based on your experience, would be more preferable for this task? Perhaps there are other technologies or combinations that would be worth considering?
I would greatly appreciate your insights, advice, and recommendations based on your expertise and experience. What factors should be taken into account when choosing the appropriate technology? Which option may deliver higher performance and responsiveness for the framework?
Thank you for your attention, and I eagerly await your valuable suggestions and ideas!