File size: 535 Bytes
167a2cb
 
 
 
 
 
 
 
3eaef07
fef33f3
167a2cb
3eaef07
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
---
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