Sunday, July 16, 2023

Show HN: Structured output from LLMs without reprompting https://ift.tt/Ap2MlYi

Show HN: Structured output from LLMs without reprompting Built a tool for transforming unstructured data into structured outputs using language models (with 100% adherence). If you're facing problems getting GPT to adhere to a schema (JSON, XML, etc.) or regex, need to bulk process some unstructured data, or generate synthetic data, check it out. We run our own tuned model (you can self-host if you want), so, we're able to have incredibly fine grained control over text generation. Repository: https://ift.tt/xTORDiu Playground: https://ift.tt/7rbXv5f https://ift.tt/7rbXv5f July 17, 2023 at 12:00AM

No comments:

Post a Comment

Show HN: Rewriting Scratch 3.0 from scratch in Lua (browser-free native runtime) https://ift.tt/5Af6h7W

Show HN: Rewriting Scratch 3.0 from scratch in Lua (browser-free native runtime) Built a native Scratch 3.0 runtime in Lua that runs .sb3 pr...