File tree Expand file tree Collapse file tree 2 files changed +497
-12
lines changed Expand file tree Collapse file tree 2 files changed +497
-12
lines changed Original file line number Diff line number Diff line change @@ -363,22 +363,25 @@ export default {
363
363
icon : < IconContainer alt = "https://media.liara.ir/ai/ai-sdk/expo/expo-logo.png" /> ,
364
364
link : "/ai/getting-started/expo"
365
365
} ,
366
- // {
367
- // hr: true
368
- // },
369
- // {
370
- // badge: (
371
- // <div className="flex items-center gap-2">
372
- // <IconContainer alt="https://media.liara.ir/ai/ai-sdk/ai-sdk-official-icon.png" />
373
- // راهنمای پختوپز
374
- // </div>
375
- // )
376
- // },
377
-
366
+ {
367
+ hr : true
368
+ } ,
369
+ {
370
+ badge : (
371
+ < div className = "flex items-center gap-2" >
372
+ < IconContainer alt = "https://media.liara.ir/ai/ai-sdk/ai-sdk-official-icon.png" />
373
+ راهنمای پختوپز
374
+ </ div >
375
+ )
376
+ } ,
378
377
// {
379
378
// title: "ساخت RAG Chatbot",
380
379
// link: "/ai/cookbook/rag-chatbot"
381
380
// },
381
+ {
382
+ title : "ساخت چت بات چندمنظوره" ,
383
+ link : "/ai/cookbook/multi-modal-chatbot"
384
+ } ,
382
385
383
386
{
384
387
hr : true
You can’t perform that action at this time.
0 commit comments