Skip to content

Query any API with natural language using an LLM

Notifications You must be signed in to change notification settings

joelochlann/aipi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aipi

Query any API with natural language.

Provide a starting URL and a bounding parent, and it will crawl the docs, then send them to an LLM (currently GPT-4) to construct an API query.

Runs the API query using auth info that you provide (this does not get sent to the LLM).

usage

export OPENAI_API_KEY=your_key_here
deno run -A aipi.ts

demo

aipi-faster.mov

About

Query any API with natural language using an LLM

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published