Skip to content

Commit

Permalink
Corrected demo link.
Browse files Browse the repository at this point in the history
  • Loading branch information
jddev273 committed Apr 1, 2023
1 parent 5331468 commit 473f380
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ChatGPT is an advanced AI language model developed by OpenAI. This module enable

## Usage Example

A simple node web app showing usage of the module with streamed chat can be found here: [Streamed ChatGPT API Usage Example](https://github.com/jddev273/streamed-chatgpt-api)
A simple node web app showing usage of the module with streamed chat can be found here: [Streamed ChatGPT API Usage Example](https://github.com/jddev273/simple-chatgpt-chat-streaming-demo)

## Installation

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "streamed-chatgpt-api",
"version": "1.0.7",
"version": "1.0.8",
"description": "A simple module for the server-side allowing you to connect to the ChatGPT and receive the response back in chunks so you can stream the response to the user.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 473f380

Please sign in to comment.