https://github.com/aratan/tools-ollama
Ejemplo de codigo para hablar con el modelo y que pueda crear carpetas n el sistema
https://github.com/aratan/tools-ollama
ollama shell tools
Last synced: 5 months ago
JSON representation
Ejemplo de codigo para hablar con el modelo y que pueda crear carpetas n el sistema
- Host: GitHub
- URL: https://github.com/aratan/tools-ollama
- Owner: aratan
- License: gpl-3.0
- Created: 2024-11-08T11:58:53.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-08T12:15:23.000Z (over 1 year ago)
- Last Synced: 2025-02-26T00:12:03.841Z (over 1 year ago)
- Topics: ollama, shell, tools
- Language: Python
- Homepage:
- Size: 21.5 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tools-Ollama
Ejemplo de codigo para hablar con el modelo y que pueda crear carpetas n el sistema
```bash
python -u main.py crea carpeta AAA en ./
python -u main.py borra carpeta AAA en ./
python -u main.py crea vacio index.html en ./
python -u main.py ejecuta index.html en ./
python -u main.py lee index.html en ./
```