To get started, follow these steps:
- Install the required packages by running the following command in your terminal:
pip3 install -r requirements.txt
- Ensure that you have the necessary API keys for OpenAI and Wolfram Alpha by setting the following environment variables:
export OPENAI_ORG="your-openai-org"
export OPENAI_API_KEY="your-openai-key"
- Run the web application by executing the following command in your terminal:
python3 app.py
- Access the web app by opening your browser and navigating to the address http://127.0.0.1:9000/.
Now, you're all set!