Skip to content

Commit

Permalink
expand article
Browse files Browse the repository at this point in the history
  • Loading branch information
Szymok committed Apr 7, 2024
1 parent 05cbe37 commit 5ef9639
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions _posts/2023-10-12-guide-prompting.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,3 +199,23 @@ Jednakże, aby w pełni wykorzystać potencjał LMs, ważne jest, aby pamiętać
<p>Sorry, the notebook you are looking for does not exist.</p>
{% 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 %}
<p>Sorry, the notebook you are looking for does not exist.</p>
{% 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 %}
<p>Sorry, the notebook you are looking for does not exist.</p>
{% endif %}
{:/nomarkdown}

0 comments on commit 5ef9639

Please sign in to comment.