NiJingzhe/SimpleLLMFunc
A simple and well-tailored LLM application framework that enables you to seamlessly integrate LLM capabilities in the most "Code-Centric" manner. LLM As Function, Prompt As Code. 一个简单的恰到好处LLM应用框架,能够让你以最“Code Center“的方式无缝集成LLM能力。LLM As Function, Prompt As Code
This framework helps Python developers integrate Large Language Model (LLM) capabilities into their applications. You write Python functions, add a special decorator, and your function can now use an LLM for tasks like text sentiment analysis. Developers use this to build applications that leverage AI without dealing with complex LLM APIs directly.
Use this if you are a Python developer who wants to embed LLM functionalities directly into your existing codebase using standard Python functions and type hints, without adopting overly complex frameworks.
Not ideal if you are looking for a low-code, drag-and-drop visual workflow builder, or if you are not comfortable writing Python code.
Stars
76
Forks
4
Language
Python
License
MIT
Category
Last pushed
Mar 12, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/llm-tools/NiJingzhe/SimpleLLMFunc"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
OpenCSGs/csghub-server
csghub-server is the backend server for CSGHub which helps user to manage datasets, modes, and...
Whth/fabricatio
Fabricatio is a Python library designed for building applications that leverage Large Language...
OpenCSGs/csghub
CSGHub is a brand-new open-source platform for managing LLMs, developed by the OpenCSG team. It...
Haidra-Org/horde-sdk
A python library to interact with AI-Horde's free generative AI APIs
Lightning-AI/litAI
LLM router + minimal agent framework in one. Call any LLM API with OpenAI format. Unified...