Files
pmomusic/README.md
2025-07-12 21:23:39 +02:00

9 lines
189 B
Markdown

## Installing documentation system Doc-Gen
https://github.com/fynnfluegge/doc-comments-ai
for f in upnp/*.go ; do
dcai/bin/aicomment --ollama-model deepseek-coder:33b-instruct $f
done