An open API service indexing awesome lists of open source software.

https://github.com/not-nullptr/ollama-functions

Ollama function calling demo
https://github.com/not-nullptr/ollama-functions

Last synced: 18 days ago
JSON representation

Ollama function calling demo

Awesome Lists containing this project

README

          

# 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`