Ecosistema de intérpretes y modelos de IAs vía Docker Compose.
| JSON | ||
| Public | ||
| Python | ||
| Tests | ||
| TXT | ||
| .gitignore | ||
| AIChat.py | ||
| docker-compose.yml | ||
| README.md | ||
| version | ||
AIDockerCompose
Ecosistema de intérpretes y modelos de IAs vía Docker Compose.
Notas
#!/bin/bash
# Descarga de modelos.
docker exec -it ollama ollama pull gemma
# Descarga y prueba por terminal.
docker exec -it ollama ollama run gemma
Socket Python:
- https://pypi.org/project/websockets/
- https://github.com/python-websockets/websockets/
- https://github.com/python-websockets/websockets/tree/main/src/websockets/sync
Modelos:
- gemma - 5GB
- gemma3 - 3.3GB