ASK-03/Reverse-Chain
Implementation of paper - Reverse Chain: A Generic-Rule for LLMs to Master Multi-API Planning (https://arxiv.org/abs/2310.04474v2)
This tool helps developers quickly build systems where Large Language Models (LLMs) need to interact with multiple APIs in a structured way. You input API documentation and a user query, and it helps the LLM figure out the correct sequence of API calls and their arguments. It's designed for software developers or AI engineers who are integrating LLMs into complex applications.
No commits in the last 6 months.
Use this if you are a developer building an application where an LLM needs to intelligently chain together calls to various APIs based on user requests, and you want a structured approach for planning those API interactions.
Not ideal if you are looking for a fully polished, production-ready solution that perfectly replicates academic paper results, as this is an early-stage implementation and may require further development.
Stars
16
Forks
2
Language
Python
License
MIT
Category
Last pushed
Jan 18, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/transformers/ASK-03/Reverse-Chain"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
liupras/Practical-local-LLM-programming
Programming with local large language model.
xlisp/learn-llama-index
learn llama_index step by step
shrutikakapade/Designing-Structured-Outputs-for-LLMs-TypedDict-Pydantic-Output-Parsers-with-LangChain
Design robust structured outputs for LLM applications. Learn how to enforce schema-driven...
karan842/cooking-langchain
Learning and building LLM application using Langchain🦜🔗