Skip to content

Commit 8769c88

Browse files
authored
Update README.md
1 parent a631564 commit 8769c88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Build your own ChatGPT app
22

33
This repository includes a simple Python [Quart](https://quart.palletsprojects.com/en/latest/)
4-
app that streams responses from ChatGPT to an HTML/JS frontend using [NDJSON](http://ndjson.org/)
4+
app that streams responses from ChatGPT to an HTML/JS frontend using [JSON Lines](http://jsonlines.org/)
55
over a [ReadableStream](https://developer.mozilla.org/en-US/docs/Web/API/ReadableStream).
66

77
The repository is designed for use with [Docker containers](https://www.docker.com/), both for local development and deployment, and includes infrastructure files for deployment to [Azure Container Apps](https://learn.microsoft.com/azure/container-apps/overview). 🐳

0 commit comments

Comments
 (0)