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
@@ -387,7 +384,7 @@ function BasicHighlighted(props) {
387
384
}
388
385
389
386
constDescription=styled.p`
390
-
font-size: 12pt;
387
+
font-size: 14pt;
391
388
color: #696969;
392
389
padding: 0pt 20pt;
393
390
`
@@ -486,7 +483,7 @@ export function Explore() {
486
483
if(!visible)returnnull;
487
484
488
485
letdescription=<>
489
-
LMQL is a programming language for interacting with large language models. This playground allows you to explore LMQL's capabilities. To get started, choose one of the example queries below, demonstrating <i>constrained model use</i>, <i>control-flow guided generation</i>, and tool-augmented LLMs.
486
+
This playground allows you to explore LMQL's capabilities. To get started, choose one of the example queries below.
0 commit comments