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

https://github.com/developersdigest/ollama-tool-calling-langchain-examples

Example on how to use tool calls with Ollama + Langchain.js
https://github.com/developersdigest/ollama-tool-calling-langchain-examples

Last synced: 11 months ago
JSON representation

Example on how to use tool calls with Ollama + Langchain.js

Awesome Lists containing this project

README

          

# gemma2-2b-ollama-function-calling

To install dependencies:

```bash
bun install
```

To run:

```bash
bun run index.ts
```

This project was created using `bun init` in bun v1.1.20. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.
# ollama-tool-calling-langchain-examples