Show HN: Bring your own prompts to remote shells(github.com) Instead of giving LLM tools SSH access or installing them on a server, the following:
makes a set of locally defined prompts "appear" within the remote shell as executable command line programs.For example:
would render and execute the following prompt:
Nothing gets installed on the server, API keys never leave your computer, and you have full control over the context given to the LLM.Github: https://github.com/tgalal/promptcmd/ Documentation: https://docs.promptcmd.sh/ |
No comments yet