The Jargon CLI is a new feature of Jargon: it is a command line shell that works with the OpenAI API and allows you to experiment with Jargon programs quickly. You can try it out in v0.2.0 at the Jargon Github repoInstallationTo install it, simply use pip:$ cd gpt-jargon $ pip install . For the CLI to be able to access your LLM, make sure your OPENAI_API_KEY environment variable is set. The default model used is gpt-4, but you may want to use an alternative model with the --model option (or t...