informatica:inteligencia_artificial:agentes
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| informatica:inteligencia_artificial:agentes [2025/10/16 10:51] – jose | informatica:inteligencia_artificial:agentes [2025/12/05 07:59] (current) – jose | ||
|---|---|---|---|
| Line 7: | Line 7: | ||
| DIR_OLLAMA=/ | DIR_OLLAMA=/ | ||
| docker run --name ollama -v $DIR_OLLAMA/ | docker run --name ollama -v $DIR_OLLAMA/ | ||
| + | |||
| + | MAC ponemos mas memoria al docker: | ||
| + | docker run -d --name ollama -p 11434:11434 --memory=" | ||
| + | |||
| apt-get install -y curl python3-venv | apt-get install -y curl python3-venv | ||
| Line 85: | Line 89: | ||
| ====== Tools ====== | ====== Tools ====== | ||
| Para que el LLM tenga acceso a herramientas dinámicas, por ejemplo consulta del tiempo mañana. | Para que el LLM tenga acceso a herramientas dinámicas, por ejemplo consulta del tiempo mañana. | ||
| + | pip install ollama | ||
informatica/inteligencia_artificial/agentes.1760611862.txt.gz · Last modified: by jose
