File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 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"
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
You can’t perform that action at this time.
0 commit comments