Installation

To install the necessary dependencies, run the following commands: ​

pip install ares-ai

If you would like to directly install from Github repo, run the following commands:

git clone https://github.com/stanford-futuredata/ARES.git
cd ARES
pip install -e .

Optional: Initalize OpenAI or TogetherAI API key with the following commands:

export OPENAI_API_KEY=<your key here>
export TOGETHER_API_KEY=<your key here>