Skip to content

A console application that helps you run SudoLang programs.

Notifications You must be signed in to change notification settings

rjmacarthy/pseudo

Repository files navigation

pseudo

A console application that helps you run SudoLang programs easily using the OpenAI API.

Pre-requisites

Set your OPENAI_API_KEY environment variable.

Installation

To install pseudo, run the following command:

chmod +x install.sh
./install.sh

Usage

To use pseudo, execute the following command:

pseudo programs/code-reviewer.sudo

This repository includes a submodule to the official repository SudoLang, which has a wide number of examples to choose from.

Exampe:

pseudo sudolang-llm-support/examples/ai-rpg.sudo.md