diff --git a/1_llms/1_llms.ipynb b/1_llms/1_llms.ipynb index 23bacf1..0b59621 100644 --- a/1_llms/1_llms.ipynb +++ b/1_llms/1_llms.ipynb @@ -11,7 +11,7 @@ }, { "cell_type": "code", - "execution_count": 11, + "execution_count": 1, "metadata": {}, "outputs": [], "source": [ @@ -41,11 +41,11 @@ }, { "cell_type": "code", - "execution_count": 12, + "execution_count": 3, "metadata": {}, "outputs": [], "source": [ - "with open(\"../docsgetting_started/starter_example.md\", \"r\") as f:\n", + "with open(\"../docs/getting_started/starter_example.md\", \"r\") as f:\n", " text = f.read()" ] }, @@ -59,7 +59,7 @@ }, { "cell_type": "code", - "execution_count": 13, + "execution_count": 4, "metadata": {}, "outputs": [], "source": [ @@ -330,7 +330,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.9.6" + "version": "3.10.0" }, "orig_nbformat": 4 },