-
Notifications
You must be signed in to change notification settings - Fork 1k
Closed
Description
Hello,
Not so long ago, I discovered mods. A handy command line tool to query my local Ollama server (or some other well known providers). I wish I could use it with gitingest without creating a temporary file and only using stdout.
For the moment, I can use it as such:
gitingest https://github.com/<some>/<repo> -o repo ; cat repo | mods -m deepseek "Please explain what is this project"; rm -f repo
If gitingest would be able to use stdout, we could do:
gitingest https://github.com/<some>/<repo> - | mods -m deepseek "Please explain what is this project"
What do you think?
pascal-larecolte
Metadata
Metadata
Assignees
Labels
No labels