- OS X 10.11 (x86_64)
- Other linux-like OS
pip3 install -r requirements.txt
mv ./config.ini.example ./config.ini
And then update "api_key" in content of config.ini
python3 ./ai-agent.py
It will deploy a service at: http://127.0.0.1:7860, just run it with your browser.
Or you can build it on Heroku, following below steps:
heroku login
heroku create
git init
git add -A
git commit -m "commit message here"
heroku git:remote -a Your-Heroku-Project-Name
git push heroku master
Our example: https://ai-rag-agent-5c4cb6baedb8.herokuapp.com