Replying to @hexablob
Cyber threats have no secrets. Ship fast solving complex problem in a simple way.
I personally started to ran another SaaS on airmy.dev, any feedback would be much appreciated.
except your main and current business you're tryling to launch, do you have any other ideas ? talk about it!

I pointed it at a local ollama model to have a go at it but my shim was trying to stream back because it's not written right. My shim didn't respect the request for stream false.
Cyber threats have no secrets. Ship fast solving complex problem in a simple way.
@yellephen can you try again? AIRMY sends "stream": false on sync runs and expects plain JSON back, so if your shim always streams to Ollama it’ll break; either honor the stream flag or point Settings at Ollama’s native OpenAI endpoint (localhost:11434/v1) and skip the shim.