From 4efe4390849bcb1b9669373489e3c131f382b047 Mon Sep 17 00:00:00 2001 From: Connor Treacy <connortreacy@users.noreply.github.com> Date: Tue, 3 Dec 2024 15:04:23 +0000 Subject: [PATCH] Update Prompt_Engineering_with_Llama_3.ipynb --- recipes/quickstart/Prompt_Engineering_with_Llama_3.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/quickstart/Prompt_Engineering_with_Llama_3.ipynb b/recipes/quickstart/Prompt_Engineering_with_Llama_3.ipynb index f9e70566..bc90afbe 100644 --- a/recipes/quickstart/Prompt_Engineering_with_Llama_3.ipynb +++ b/recipes/quickstart/Prompt_Engineering_with_Llama_3.ipynb @@ -152,7 +152,7 @@ "source": [ "## Notebook Setup\n", "\n", - "The following APIs will be used to call LLMs throughout the guide. As an example, we'll call Llama 3.1 chat using [Grok](https://console.groq.com/playground?model=llama3-70b-8192).\n", + "The following APIs will be used to call LLMs throughout the guide. As an example, we'll call Llama 3.1 chat using [Groq](https://console.groq.com/playground?model=llama3-70b-8192).\n", "\n", "To install prerequisites run:" ] -- GitLab