taranjeet/llmformatter
Get deterministic output in any format like json from any LLM.
This tool helps developers get clean, structured data from Large Language Models (LLMs) like GPT-3.5-turbo. You provide a request to the LLM, and it ensures the output is consistently formatted as either JSON or raw code, removing extra conversational text. This is designed for software developers who are integrating LLMs into applications and need predictable data structures.
No commits in the last 6 months.
Use this if you are a developer building applications with LLMs and need to reliably parse their responses into structured data like JSON or extract pure code blocks.
Not ideal if you are a non-developer seeking to use LLMs for creative text generation or conversational tasks without needing programmatic parsing.
Stars
19
Forks
—
Language
Python
License
MIT
Category
Last pushed
Apr 25, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/transformers/taranjeet/llmformatter"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
varunshenoy/super-json-mode
Low latency JSON generation using LLMs ⚡️
automorphic-ai/trex
Enforce structured output from LLMs 100% of the time
Giulz85/JsonToLLM
JsonToLLM is a C# library that transforms standard JSON into a format optimized for...
arrangedev/jsonformer-ts
Structured JSON outputs from LLMs