You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lessons/01-intro-to-genai/README.md
+2-1
Original file line number
Diff line number
Diff line change
@@ -339,7 +339,8 @@ To use a Large Language Model (LLM) to help Dinocrates with the lighthouse that
339
339
340
340
Visit [Microsoft Copilot](https://copilot.microsoft.com), [ChatGPT](https://chatgpt.com/), or another online chatbot tool to generate a plan for building the lighthouse in Alexandria.
341
341
342
-
> TIP: Try to have the LLM generate a plan that includes step-by-step instructions for building the lighthouse. Need help? Check out the solution for guidance.
342
+
> [!TIP]
343
+
> Try to have the LLM generate a plan that includes step-by-step instructions for building the lighthouse. Need help? Check out the solution for guidance.
Copy file name to clipboardExpand all lines: lessons/01-intro-to-genai/translations/README.bn.md
+6-6
Original file line number
Diff line number
Diff line change
@@ -32,10 +32,10 @@ _এই ভিডিওটি জাভাস্ক্রিপ্টের ম
32
32
33
33
## **গল্প: সময়ের মাধ্যমে একটি যাত্রা**
34
34
35
-
> **[!NOTE]**
35
+
> [!NOTE]
36
36
> চলুন গল্পের একটি সংক্ষিপ্ত পর্যালোচনা দিয়ে শুরু করা যাক—যা অতীত এবং ভবিষ্যতের মধ্যে একটি সেতু গড়ে তোলে! আপনি যখন এই কোর্সের মধ্য দিয়ে এগিয়ে যাবেন, তখন আপনি একটি রোমাঞ্চকর অভিযানে অংশ নেবেন, যেখানে অতীতে ফিরে গিয়ে ইতিহাসের সেরা মনগুলোর সাথে কাজ করার সুযোগ পাবেন। একসাথে, আপনি চ্যালেঞ্জ মোকাবিলা করবেন এবং জেনারেটিভ এআই কীভাবে জাভাস্ক্রিপ্ট অ্যাপ্লিকেশনগুলোর রূপান্তর ঘটাতে পারে তা অন্বেষণ করবেন।
37
37
38
-
> **[!NOTE]**
38
+
> [!NOTE]
39
39
> যদিও আমরা আপনাকে গল্পটি অনুসরণ করার পরামর্শ দিই (এটি মজার!), আপনি যদি সরাসরি টেকনিক্যাল কনটেন্টে যেতে চান, তাহলে [এখানে ক্লিক করুন](#ডিনোক্রেটিসের-সাথে-সাক্ষাৎ)।
40
40
41
41
---
@@ -166,7 +166,7 @@ _আমি কি অতীতে আটকে গেছি? আমি কি
166
166
167
167
_সময়ের যন্ত্র, “জর্জ” ধাতব বিটল_
168
168
169
-
> **[!NOTE]**
169
+
> [!NOTE]
170
170
> ৩০০ খ্রিস্টপূর্বাব্দে, আলেকজান্দ্রিয়া ছিল আলেকজান্ডার দ্য গ্রেটের প্রতিষ্ঠিত একটি সমৃদ্ধ শহর, যা হেলেনিস্টিক বিশ্বের অন্যতম প্রধান নগরী হয়ে ওঠে। শহরটি তার সুবিশাল স্থাপত্য, সমুদ্র বন্দর, এবং সাংস্কৃতিক সমৃদ্ধির জন্য বিখ্যাত ছিল।
171
171
>
172
172
> আলেকজান্দ্রিয়া তার দুটি মহান কীর্তির জন্য বিশেষভাবে পরিচিত—**ফারোস বাতিঘর**, যা প্রাচীন বিশ্বের সপ্তাশ্চর্যের একটি, এবং **আলেকজান্দ্রিয়ার বিখ্যাত গ্রন্থাগার**। শহরটি বাণিজ্য ও জ্ঞানের বিনিময়ের কেন্দ্রস্থল হিসেবে বিশ্বজুড়ে খ্যাতি অর্জন করেছিল।
4. যখন চালু হবে, "Open in Browser" বাটনে ক্লিক করুন।
194
194
5. ডিনোক্রেটিসের সাথে চ্যাট করুন।
195
195
196
-
> **[!NOTE]**
196
+
> [!NOTE]
197
197
> যদি আপনি এই প্রকল্পটি আপনার লোকাল মেশিনে চালাচ্ছেন, তাহলে কোড চালানোর জন্য [GitHub ব্যক্তিগত অ্যাক্সেস টোকেন](/docs/setup/README.md#creating-a-personal-access-token-pat-for-github-model-access) সেটআপ করুন।
Copy file name to clipboardExpand all lines: lessons/02-first-ai-app/README.md
+6-3
Original file line number
Diff line number
Diff line change
@@ -348,7 +348,8 @@ const message = {
348
348
};
349
349
```
350
350
351
-
> Note: This used to be called "system". This is a recent change and "developer" is the newtermforit. For some models this is still called "system", so if you have any issues use "system".
351
+
> [!NOTE]
352
+
> This used to be called "system". This is a recent change and "developer" is the newtermforit. For some models this is still called "system", so if you have any issues use "system".
352
353
353
354
**You:** Ok, great, I'll make sure to include a system message in my chat conversations. Out of curiosity, what does a system message look like for you?
0 commit comments