Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions src/app/about/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,18 @@ export default function AboutPage() {
We distill frontier reasoning models into much smaller open models and publish the datasets to
help the community train, evaluate, and deploy locally.
</p>
<p className="mt-3 max-w-2xl text-sm text-muted-foreground md:text-base">
Join our Discord community for updates and collaboration.
{" "}
<a
href="https://discord.com/invite/zSsFYQBdYR"
target="_blank"
rel="noopener noreferrer"
className="text-primary hover:underline"
>
Join Discord
</a>
</p>
</div>
</section>

Expand Down
22 changes: 17 additions & 5 deletions src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,11 @@ export default async function Home() {
<Button asChild size="lg" variant="secondary">
<Link href="/datasets">View Datasets</Link>
</Button>
<Button asChild variant="outline" className="border-border/60 text-muted-foreground hover:text-foreground">
<a href="https://discord.com/invite/zSsFYQBdYR" target="_blank" rel="noopener noreferrer">
Join Discord
</a>
</Button>
</div>
</div>
</div>
Expand Down Expand Up @@ -250,11 +255,18 @@ export default async function Home() {
costs add up quickly - our Claude Opus dataset alone cost $52+ to create.
If you find our models useful, consider supporting us.
</p>
<Button asChild size="lg" className="shadow-sm">
<a href="https://paypal.me/TeichAI" target="_blank" rel="noopener noreferrer">
Donate via PayPal
</a>
</Button>
<div className="flex flex-wrap gap-3">
<Button asChild size="lg" className="shadow-sm">
<a href="https://paypal.me/TeichAI" target="_blank" rel="noopener noreferrer">
Donate via PayPal
</a>
</Button>
<Button asChild size="lg" variant="secondary">
<a href="https://discord.com/invite/zSsFYQBdYR" target="_blank" rel="noopener noreferrer">
Join Discord
</a>
</Button>
</div>
</div>
</CardContent>
</Card>
Expand Down
6 changes: 6 additions & 0 deletions src/lib/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -332,4 +332,10 @@ export const team = [
focus: "Research & development",
link: "https://huggingface.co/owenqwenllmwine",
},
{
name: "Tikeape",
role: "Member",
focus: "Team member",
link: "https://huggingface.co/tikeape",
},
];