Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 386 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 386 Bytes

Prior to running the demo, please run the following commands:

pip install pneuma
pip install palimpzest

Export your OpenAI API key or Together AI API key using any of the following commands, which will be needed by Palimpzest (or Pneuma if you choose to use OpenAI for it):

export OPENAI_API_KEY="your-api-key-here"
export TOGETHER_API_KEY="your-api-key-here"