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
- Host: GitHub
- URL: https://github.com/not-nullptr/ollama-functions
- Owner: not-nullptr
- Created: 2024-04-22T17:20:15.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-28T14:52:35.000Z (almost 2 years ago)
- Last Synced: 2024-04-28T23:52:43.180Z (almost 2 years ago)
- Language: TypeScript
- Size: 467 KB
- Stars: 15
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`