From 5ef9639f79797459ef95591c0e95a7f169b696e4 Mon Sep 17 00:00:00 2001 From: Szymok Date: Sun, 7 Apr 2024 23:26:47 +0200 Subject: [PATCH] expand article --- _posts/2023-10-12-guide-prompting.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/_posts/2023-10-12-guide-prompting.md b/_posts/2023-10-12-guide-prompting.md index 328ba10832bf..b5bb7078a6a9 100644 --- a/_posts/2023-10-12-guide-prompting.md +++ b/_posts/2023-10-12-guide-prompting.md @@ -199,3 +199,23 @@ Jednakże, aby w pełni wykorzystać potencjał LMs, ważne jest, aby pamiętać

Sorry, the notebook you are looking for does not exist.

{% endif %} {:/nomarkdown} + +{::nomarkdown} +{% assign jupyter_path = "assets/jupyter/l7-expanding.ipynb" | relative_url %} +{% capture notebook_exists %}{% file_exists assets/jupyter/l7-expanding.ipynb %}{% endcapture %} +{% if notebook_exists == "true" %} + {% jupyter_notebook jupyter_path %} +{% else %} +

Sorry, the notebook you are looking for does not exist.

+{% endif %} +{:/nomarkdown} + +{::nomarkdown} +{% assign jupyter_path = "assets/jupyter/l8-chatbot.ipynb" | relative_url %} +{% capture notebook_exists %}{% file_exists assets/jupyter/l8-chatbot.ipynb %}{% endcapture %} +{% if notebook_exists == "true" %} + {% jupyter_notebook jupyter_path %} +{% else %} +

Sorry, the notebook you are looking for does not exist.

+{% endif %} +{:/nomarkdown} \ No newline at end of file