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