Hacker News new | ask | show | jobs
by bearjaws 883 days ago
If you're using TypeScript I highly recommend modelfusion https://modelfusion.dev/guide/

It is far more robust, integrates with any LLM local or hosted, supports multi-modal, retries, structure parsing using zod and more.

1 comments

This looks really nice but it’s good to point out that this project can use the Ollama HTTP API or any other API, but does not run models itself. So not a replacement to Ollama, but rather to the Ollama npm. Perhaps that was obvious because the post is about that, but I briefly thought this could run models too.