diff --git a/pgml-apps/pgml-chat/README.md b/pgml-apps/pgml-chat/README.md index 56fcf5783..64c925f8e 100644 --- a/pgml-apps/pgml-chat/README.md +++ b/pgml-apps/pgml-chat/README.md @@ -26,7 +26,7 @@ pip install pgml-chat 2. Download `.env.template` file from PostgresML Github repository. ```bash -wget https://github.com/postgresml/postgresml/blob/master/pgml-apps/pgml-chat/.env.template +wget https://raw.githubusercontent.com/postgresml/postgresml/master/pgml-apps/pgml-chat/.env.template ``` 3. Copy the template file to `.env` diff --git a/pgml-dashboard/content/blog/pgml-chat-a-command-line-tool-for-deploying-low-latency-knowledge-based-chatbots-part-I.md b/pgml-dashboard/content/blog/pgml-chat-a-command-line-tool-for-deploying-low-latency-knowledge-based-chatbots-part-I.md index 9ec0e4637..d1b1437a5 100644 --- a/pgml-dashboard/content/blog/pgml-chat-a-command-line-tool-for-deploying-low-latency-knowledge-based-chatbots-part-I.md +++ b/pgml-dashboard/content/blog/pgml-chat-a-command-line-tool-for-deploying-low-latency-knowledge-based-chatbots-part-I.md @@ -110,7 +110,7 @@ pip install pgml-chat !!! code_block ```bash -wget https://github.com/postgresml/postgresml/blob/master/pgml-apps/pgml-chat/.env.template +wget https://raw.githubusercontent.com/postgresml/postgresml/master/pgml-apps/pgml-chat/.env.template cp .env.template .env ```