HoneyHive Setup
Follow the HoneyHive Installation Guide to get your API key and initialize the tracer.Ollama Setup
Go to Ollama Quickstart to get your Ollama model up and running locally usingollama run llama3.2:1b
for example.
Note: please use version ollama==0.2.0
for Python.
Example
Here is an example of how to trace your code in HoneyHive.View your Traces
Once you run your code, you can view your execution trace in the HoneyHive UI by clicking theData Store
tab on the left sidebar.
