Hey,

I wanted to share some code snippets from my latest experiment, where I attempted to emulate an Ollama server.

While working with create-llama, I needed to capture the exact queries sent to the Ollama server and the responses received from it. To do this, I created a mock Ollama server. H...