• Stars
    star
    231
  • Rank 173,434 (Top 4 %)
  • Language
    TypeScript
  • Created almost 2 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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

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