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