Skip to content

Commit

Permalink
feat: update with streaming responses from OpenAI
Browse files Browse the repository at this point in the history
Closes #15

Breaking Changes: updates to OpenAI 4.0 and stream: true
  • Loading branch information
ericrallen committed Oct 10, 2023
1 parent 2556059 commit fec3fa0
Show file tree
Hide file tree
Showing 10 changed files with 381 additions and 160 deletions.
207 changes: 186 additions & 21 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
"@commitlint/prompt-cli": "^17.4.3",
"@semantic-release/changelog": "^6.0.2",
"@semantic-release/git": "^10.0.1",
"@types/axios": "^0.14.0",
"@types/luxon": "^3.3.1",
"@types/node": "^16.11.6",
"@types/react": "^18.0.27",
Expand Down Expand Up @@ -87,7 +88,7 @@
"@agney/react-loading": "^0.1.2",
"gpt-tokenizer": "^2.1.1",
"luxon": "^3.4.1",
"openai": "^3.2.1",
"openai": "^4.11.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-markdown": "^8.0.7",
Expand Down
Loading

0 comments on commit fec3fa0

Please sign in to comment.