소스 검색

Typo in Prompt_Engineering_with_Llama_3.ipynb (#806)

Igor Kasianenko 8 달 전
부모
커밋
3e69952024
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      recipes/quickstart/Prompt_Engineering_with_Llama_3.ipynb

+ 1 - 1
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:"
    ]