technovangelist.videoprojects/2024-07-10-functioncalling-with-tools
Matt Williams cdb372c298 add info about searxng
Signed-off-by: Matt Williams <m@technovangelist.com>
2024-07-10 17:31:43 -07:00
..
.gitignore add fcn calling with tools 2024-07-10 16:22:48 -07:00
bun.lockb add fcn calling with tools 2024-07-10 16:22:48 -07:00
index.ts add fcn calling with tools 2024-07-10 16:22:48 -07:00
package.json add fcn calling with tools 2024-07-10 16:22:48 -07:00
README.md add info about searxng 2024-07-10 17:31:43 -07:00
tools.ts add fcn calling with tools 2024-07-10 16:22:48 -07:00
tsconfig.json add fcn calling with tools 2024-07-10 16:22:48 -07:00

functioncalling with Tools

This is an example of how function calling works. And we specifically look at using multiple tools from Ollama.

The websearch code assumes that you have a local install of Searxng installed and running on port 3333. You can find instructions on how to install it here: https://github.com/searxng/searxng

To install dependencies:

bun install

To run:

bun run index.ts