hunch-app/declarai
A Pythonic integration for LLMs.
Declarai helps Python developers integrate Large Language Models (LLMs) into their applications without complex configurations. You define regular Python functions or classes with docstrings and type hints, and Declarai automatically translates these into instructions for the LLM. It takes your Python code and an LLM's output, transforming the latter into structured Python data types, making it ideal for developers building AI-powered features.
No commits in the last 6 months.
Use this if you are a Python developer looking to embed LLM capabilities like text generation, data extraction, or conversational AI directly into your existing codebase using standard Python syntax.
Not ideal if you are not a Python developer or prefer a low-code/no-code solution for integrating LLMs.
Stars
88
Forks
12
Language
Python
License
MIT
Category
Last pushed
Nov 28, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/llm-tools/hunch-app/declarai"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
AI-Planning/l2p
Library for LLM-driven action model acquisition via natural language
datawhalechina/self-llm
《开源大模型食用指南》针对中国宝宝量身打造的基于Linux环境快速微调(全参数/Lora)、部署国内外开源大模型(LLM)/多模态大模型(MLLM)教程
microsoft/LMOps
General technology for enabling AI capabilities w/ LLMs and MLLMs
liguodongiot/llm-action
本项目旨在分享大模型相关技术原理以及实战经验(大模型工程化、大模型应用落地)
theaniketgiri/create-llm
The fastest way to build and start training your own LLM. CLI tool that scaffolds...