This repo is a companion to the article Infinite Function Calling with OpenAI in Less than 100 Lines of Code
- Create
.envfile containing your OpenAI ke
- Clone the repo:
git clone https://github.com/amikos-tech/inifinite-fn - Install dependencies:
pip install .(orpoetry installif you use poetry)
Run python infinite_fn/main.py and wait for the indexing to finish then
open http://localhost:9003 in your browser.