Skip to content

Commit 048ec36

Browse files
committed
Updated examples cards
1 parent f57581e commit 048ec36

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

docs/snippets/realtime-examples-cards.mdx

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
## Examples
22

33
<CardGroup cols={2}>
4+
<Card
5+
title="Claude Thinking Chatbot"
6+
icon="messages"
7+
href="/guides/example-projects/claude-thinking-chatbot"
8+
>
9+
A chatbot using the AI SDK that demonstrates Anthropic Claude 3.7's thinking capabilities through the Realtime API and
10+
react hooks.
11+
</Card>
412
<Card
513
title="Image Generation with fal.ai"
614
icon="image"
@@ -25,14 +33,6 @@
2533
A Next.js app that uses the Realtime API and react hooks to evaluate language model responses on
2634
the frontend in real-time.
2735
</Card>
28-
<Card
29-
title="Claude Thinking Chatbot"
30-
icon="messages"
31-
href="/guides/example-projects/claude-thinking-chatbot"
32-
>
33-
A chatbot that demonstrates Claude 3.7's thinking capabilities through the Realtime API and
34-
react hooks.
35-
</Card>
3636

3737
</CardGroup>
3838

0 commit comments

Comments
 (0)