Skip to content

Commit

Permalink
fixup! Add grid cards in Get Started
Browse files Browse the repository at this point in the history
  • Loading branch information
rlouf committed Dec 11, 2023
1 parent fb405e5 commit 1e0b0af
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions docs/get_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,37 +8,37 @@ icon: material/human-greeting
<div class="grid cards" markdown>
- :material-chat-processing-outline:{ .lg .middle } __Powerful Prompt Templating__

---
---

Better manage your prompts' complexity with prompt templating

[:octicons-arrow-right-24: Learn more](prompting/index.md)


- :material-regex:{ .lg .middle } __Make LLMs follows a Regex__

---
---

Generate text that parses correctly 100% of the time

[:octicons-arrow-right-24: Guide LLMs](reference/regex.md)

- :material-code-json:{ .lg .middle } __Make LLMs generate valid JSON__

---
---

No more invalid JSON outputs, 100% guaranteed

[:octicons-arrow-right-24: Generate JSON](reference/json.md)

- :material-keyboard-outline:{ .lg .middle } __Rich text generation primitives__

---
---

Multiple choice, dynamic stopping with OpenAI and Open Source models

[:octicons-arrow-right-24: Generate text](reference/index.md)

</div>

## 1. Installation
Expand Down

0 comments on commit 1e0b0af

Please sign in to comment.