/ollama-functions

Ollama function calling demo

Primary LanguageTypeScript

Ollama Functions

Basic demo for function calling in Ollama

Setup

  1. Copy .env.example to .env
  2. Fill in the values. To get the Twitter API key (it's completely free, don't worry!) go to https://github.com/Rishikant181/Rettiwt-API and follow the instructions to get the key.
  3. npm i then npm run dev