🌐 AI搜索 & 代理 主页
Skip to content

Commit 1d6119e

Browse files
authored
pgml-chat minor fixes (#943)
1 parent 071086c commit 1d6119e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pgml-apps/pgml-chat/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ pip install pgml-chat
2626
2. Download `.env.template` file from PostgresML Github repository.
2727

2828
```bash
29-
wget https://github.com/postgresml/postgresml/blob/master/pgml-apps/pgml-chat/.env.template
29+
wget https://raw.githubusercontent.com/postgresml/postgresml/master/pgml-apps/pgml-chat/.env.template
3030
```
3131
3. Copy the template file to `.env`
3232

pgml-dashboard/content/blog/pgml-chat-a-command-line-tool-for-deploying-low-latency-knowledge-based-chatbots-part-I.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ pip install pgml-chat
110110
!!! code_block
111111

112112
```bash
113-
wget https://github.com/postgresml/postgresml/blob/master/pgml-apps/pgml-chat/.env.template
113+
wget https://raw.githubusercontent.com/postgresml/postgresml/master/pgml-apps/pgml-chat/.env.template
114114
cp .env.template .env
115115
```
116116

0 commit comments

Comments
 (0)