Skip to main content
This example shows how to use ReasoningTools with a Groq Llama model.

Code

cookbook/reasoning/tools/groq_llama_finance_agent.py

Usage

1

Create a virtual environment

Open the Terminal and create a python virtual environment.
2

Set your API key

3

Install libraries

4

Run Example