GitHub - microsoft/Codex-CLI: CLI tool that uses Codex to turn natural language commands into their Bash/ZShell/PowerShell equivalents
This project uses GPT-3 Codex to convert natural language commands into commands in PowerShell, Z shell and Bash. The Command Line Interface (CLI) was the first major User Interface we used to interact with machines. It's incredibly powerful, you can do almost anything with a CLI, but it requires the user to express their intent extremely precisely. The user needs to know the language of the computer. With the advent of Large Language Models (LLMs), particularly those that have been trained on code, it's possible to interact with a CLI using Natural Language (NL).
Jan-5-2023, 10:31:05 GMT
- Technology: