Nuacht

fast-api/ │ ├── app/ │ ├── api/ # Rutas (endpoints) │ ├── core/ # Configuración y variables de entorno │ ├── db/ # Conexión y sesión de base de datos │ ├── models/ # Modelos de SQLAlchemy │ ├── ...
This is a simple chatbot application built with FastAPI, integrated with OpenAI’s GPT-3.5 model for natural language processing. The chatbot responds to user messages using OpenAI’s API and is ...