top | item 41732504

(no title)

jackmpcollins | 1 year 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

discuss

order

digdugdirk|1 year ago

Interesting! 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|1 year ago

I found `ell` pretty appealing, but I still prefer using the raw openai/anthropic packages.