Skip to content

Commit

Permalink
Merge pull request #20 from InterwebAlchemy/feature/streaming
Browse files Browse the repository at this point in the history
feat: update with streaming responses from OpenAI
  • Loading branch information
ericrallen authored Oct 10, 2023
2 parents 2556059 + fec3fa0 commit 72cb58b
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 72cb58b

Please sign in to comment.