You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
LLMs are powerful but their outputs are unpredictable. Most solutions attempt to fix bad outputs after generation using parsing, regex, or fragile code that breaks easily.
15
16
16
17
Outlines guarantees structured outputs during generation — directly from any LLM.
@@ -28,6 +29,14 @@ Outlines guarantees structured outputs during generation — directly from any L
0 commit comments