We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52b3130 commit 30cd293Copy full SHA for 30cd293
app/(dashboard)/page.tsx
@@ -655,8 +655,8 @@ export default function HomePage() {
655
<div className="lg:grid lg:grid-cols-2 lg:gap-12 lg:items-center">
656
<div>
657
<h2 className="text-xl font-bold text-gray-700 tracking-tight sm:text-3xl mb-6">
658
- Make Your LLMs More Creative!<br />
659
- <span className="text-orange-500"> With Verbalized Sampling</span>
+ Make Your LLM Output More Diverse<br />
+ <span className="text-orange-500">With Verbalized Sampling!</span>
660
</h2>
661
<div className="space-y-4 text-base text-gray-600">
662
<p>
0 commit comments