example: function calling

Signed-off-by: Matt Williams <m@technovangelist.com>
This commit is contained in:
Matt Williams
2023-11-16 16:26:29 -08:00
parent db5ef3004c
commit fefae84c06
7 changed files with 912 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
{
"dependencies": {
"ollama-node": "^0.1.27"
},
"devDependencies": {
"tsx": "^4.1.2",
"typescript": "^5.2.2"
}
}