This project creates a web-based chat application with an API backend that can use OpenAI chat models to answer questions about the rows in a PostgreSQL database table. The frontend is built with ...
cineluxor-project/ ├── backend/ │ ├── app/ │ │ ├── api/ │ │ │ ├── routes/ │ │ │ │ ├── __init__.py ...