| title: Mi IA Chat | |
| emoji: 馃 | |
| colorFrom: blue | |
| colorTo: indigo | |
| sdk: gradio | |
| sdk_version: "4.44.0" | |
| app_file: app.py | |
| pinned: false | |
| license: mit | |
| # Mi IA Chat | |
| Asistente de inteligencia artificial conversacional construido con Gradio y OpenAI. | |
| ## Caracter铆sticas | |
| - Chat conversacional con IA avanzada | |
| - Streaming de respuestas en tiempo real | |
| - Historial de conversaci贸n | |
| - Interfaz limpia y moderna | |
| ## C贸mo ejecutar localmente | |
| ```bash | |
| pip install -r requirements.txt | |
| python app.py | |
| ``` | |
| ## Variables de entorno necesarias | |
| - `AI_INTEGRATIONS_OPENAI_BASE_URL` - URL base de la API | |
| - `AI_INTEGRATIONS_OPENAI_API_KEY` - Clave API (o usa tu propia clave de OpenAI como `OPENAI_API_KEY`) | |