technovangelist.videoprojects/2024-07-10-functioncalling-with-tools/README.md
Matt Williams cdb372c298 add info about searxng
Signed-off-by: Matt Williams <m@technovangelist.com>
2024-07-10 17:31:43 -07:00

428 B

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