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...

Hey!
Have you checked out Jupyter AI yet? It’s a game-changer for anyone using Jupyter notebooks!
You get awesome code suggestions and can even chat with your data. If you're into data science, you’ve gotta give it a try! 🚀
Don't forget to contribute! 🐱💻
My recent PR
Even Big Names Can Be Wrong: Why You Shouldn’t Trust Everything on the Internet
A hospital booking application: an example of Docker
For example, a hospital wants to make an appointment booking application. The end users may use the app on Android, iOS, Windows machine, MacBook, or via the hos...