---
tags:
- text-generation
- conversational
- llama
license: mit
library_name: transformers
pipeline_tag: text-generation
sdk: streamlit
sdk_version: 1.41.1
---
# Chatbot para Mac M1 con Phi-3-mini

Chatbot optimizado para Apple Silicon usando:
- Microsoft Phi-3-mini (3.8B parámetros)
- Quantización 4-bit
- Streamlit para la interfaz web

## Requisitos
- Mac con chip M1/M2/M3
- macOS 13.0+
- Python 3.9+

## Instalación
```bash
git clone https://github.com/tu-usuario/mi-chatbot.git
cd mi-chatbot
pip install -r requirements.txt