5 ms·
I'm working on a very abstraction light package for LLMs called magentic. The goal is to handle the main boilerplate of building with LLMs, but leave the abstra
by jackmpcollins 2y ago
I'm working on a very abstraction light package for LLMs called magentic. The goal is to handle the main boilerplate of building with LLMs, but leave the abstractions up to the user. I'd be interested to hear your opinion on it vs others.
https://github.com/jackmpcollins/magentic https://github.com/jackmpcollins/magentic
- digdugdirk 2y agoInteresting! How does it compare to something like Mirascope? I feel like I'm constantly on the hunt for the slimmest llm interface layer, and mirascope is my most recent attempt.
- ErikBjare 2y agoI found `ell` pretty appealing, but I still prefer using the raw openai/anthropic packages.