Show HN: Magentic – Use LLMs as simple Python functions

📰 Hacker News · jackmpcollins

This is a Python package that allows you to write function signatures to define LLM queries. This makes it easy to mix regular code with calls to LLMs, which enables you to use the LLM for its creativity and reasoning while also enforcing structure/logic as necessary. LLM output is parsed for you according to the return type annotation of the function, including complex return types such as streaming an array of structured objects. I built this to show that we can think about using LLMs more fluidly than just chains and chats, i.e. more interchangeably with regular code, and to make it easy to do that. Please let me know what you think! Contributions welcome. https://github.com/jackmpcollins/magentic

Published 26 Sept 2023
Read full article → ← Back to Reads