From 126f1bf899d39cf2988fa09f8fd6e19795dbe0a7 Mon Sep 17 00:00:00 2001 From: Santi Adavani Date: Wed, 23 Aug 2023 11:21:01 -0700 Subject: [PATCH] pgml-chat minor fixes --- pgml-apps/pgml-chat/README.md | 2 +- ...for-deploying-low-latency-knowledge-based-chatbots-part-I.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 ```