Comment on Show HN: Llm2sh – Translate plain-language requests into shell commandsComments−fire_lake2yWould consider rewriting in a language that is more portable? Ideally this would be a single binary, excluding the models!−RandomBKOP2yI've no plans for it myself, but that sounds like an interesting project! It should be fairly easy to hack together. The actual logic itself is just a few dozen lines of glue code around a single HTTP POST request.
Comments
Would consider rewriting in a language that is more portable? Ideally this would be a single binary, excluding the models!
I've no plans for it myself, but that sounds like an interesting project! It should be fairly easy to hack together. The actual logic itself is just a few dozen lines of glue code around a single HTTP POST request.