소스 검색

Fix Anyscale API token URL in Purple_Llama_Anyscale.ipynb

The previous URL linked for Anyscale was mistakenly pointing to a Together API keys URL
dramdass 1 년 전
부모
커밋
f0fdd3c4fa
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      examples/Purple_Llama_Anyscale.ipynb

+ 1 - 1
examples/Purple_Llama_Anyscale.ipynb

@@ -80,7 +80,7 @@
       "source": [
         "#### **3 - Using Purple Llama**\n",
         "\n",
-        "In this notebook, We will use the Llama Guard model managed by the [Anyscale Endpoints](https://app.endpoints.anyscale.com/) for inferencing. You'll need to first register an account with Anyscale [here](https://app.endpoints.anyscale.com) then obtain an Anyscale API key [here](https://api.together.xyz/settings/api-keys). Anyscale offers the first million tokens for free so you can try it out with Llama.\n"
+        "In this notebook, We will use the Llama Guard model managed by the [Anyscale Endpoints](https://app.endpoints.anyscale.com/) for inferencing. You'll need to first register an account with Anyscale [here](https://app.endpoints.anyscale.com) then obtain an Anyscale API key [here](https://app.endpoints.anyscale.com/console/credentials). Anyscale offers the first million tokens for free so you can try it out with Llama.\n"
       ]
     },
     {