Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 621 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 621 Bytes

About

This repo is a companion to the article Infinite Function Calling with OpenAI in Less than 100 Lines of Code

Prerequisites

  • Create .env file containing your OpenAI ke

Installation

  • Clone the repo: git clone https://github.com/amikos-tech/inifinite-fn
  • Install dependencies: pip install . (or poetry install if you use poetry)

Usage

Run python infinite_fn/main.py and wait for the indexing to finish then open http://localhost:9003 in your browser.