From be988c434a5c48f741972348f7cc8d4fd30870a8 Mon Sep 17 00:00:00 2001 From: Zain Hasan <zain_has@hotmail.com> Date: Thu, 31 Oct 2024 12:27:47 -0400 Subject: [PATCH] small recipe modification --- .../TogetherAI_Open_NotebookLM/TogetherNotebookLM.ipynb | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/recipes/3p_integrations/togetherai/TogetherAI_Open_NotebookLM/TogetherNotebookLM.ipynb b/recipes/3p_integrations/togetherai/TogetherAI_Open_NotebookLM/TogetherNotebookLM.ipynb index 3b3a16c4..b19f5475 100644 --- a/recipes/3p_integrations/togetherai/TogetherAI_Open_NotebookLM/TogetherNotebookLM.ipynb +++ b/recipes/3p_integrations/togetherai/TogetherAI_Open_NotebookLM/TogetherNotebookLM.ipynb @@ -6,9 +6,9 @@ "id": "1FXUu7Ydf2p3" }, "source": [ - "# An Implementation of Notebook LM's PDF to Podcast\n", + "# An Implementation of NotebookLM's PDF to Podcast\n", "\n", - "[](https://colab.research.google.com/github/togethercomputer/together-cookbook/blob/main/PDF_to_Podcast.ipynb)" + "[](https://colab.research.google.com/github/meta-llama/llama-recipes/blob/main/recipes/3p_integrations/togetherai/TogetherAI_Open_NotebookLM/TogetherNotebookLM.ipynb)" ] }, { @@ -391,7 +391,9 @@ "source": [ "### Call the LLM to Generate Podcast Script\n", "\n", - "Below we call `Llama-3.1-70B` to generate a script for our podcast. We will also be able to read it's `scratchpad` and see how it structured the overall conversation." + "Below we call `Llama-3.1-70B` to generate a script for our podcast. We will also be able to read it's `scratchpad` and see how it structured the overall conversation.\n", + "\n", + "We can also call `Llama-3.1-8B`." ] }, { -- GitLab