Skip to content

React app implementing OpenAI and Google APIs to re-create behavior of the toolformer paper.

Notifications You must be signed in to change notification settings

TouristShaun/toolformer-zero

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Toolformer Zero

Toolformer Zero

React app implementing OpenAI and Google APIs to re-create behavior of the toolformer paper.

It does so using zero/few-shot prompting. No model-finetuning is needed, instead the entire "training" of the model is happening via prompt engineering.

You can find a deployed version of this project on toolformerzero.com.

Hosted via GitHub Pages.

Run the project yourself

  • Clone this repository
  • Run npm install
  • Run npm start

About

React app implementing OpenAI and Google APIs to re-create behavior of the toolformer paper.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 92.3%
  • HTML 5.9%
  • CSS 1.8%