tleers/llm-api-starterkit
Beginner-friendly repository for launching your first LLM API with Python, LangChain and FastAPI, using local models or the OpenAI API.
This project helps Python developers create their very first API for a Large Language Model (LLM) quickly and easily. It takes either an OpenAI API key or a downloaded local LLM as input and outputs a functioning web API endpoint. It's designed for Python developers who are new to building APIs or working with LLMs.
105 stars. No commits in the last 6 months.
Use this if you are a Python developer looking for a straightforward, minimal example to get an LLM API up and running quickly for experimentation or a simple application.
Not ideal if you need a production-ready application with best practices for deployment, advanced features, or robust error handling.
Stars
105
Forks
12
Language
Python
License
—
Category
Last pushed
Jul 19, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/llm-tools/tleers/llm-api-starterkit"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
tryAGI/LangChain
C# implementation of LangChain. We try to be as close to the original as possible in terms of...
UiPath/uipath-langchain-python
Python SDK that enables developers to build and deploy LangGraph agents to the UiPath Cloud Platform
msoedov/langcorn
⛓️ Serving LangChain LLM apps and agents automagically with FastApi. LLMops
BrandPeng/Langchain1.0-Langgraph1.0-Learning
这是一个 LangChain 1.0 和 LangGraph 1.0 的学习仓库,学习如何进行agent开发,涵盖从基础概念到实战项目的完整学习路径。
Shikenso-Analytics/langchain-taiga
Python toolkit that lets your LangChain agents automate Taiga: create, search, edit & comment on...