Skip to content

Commit

Permalink
fix: removing test files
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsteele committed Aug 7, 2023
1 parent 3d6855c commit e68bf40
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ console.log(promptInfo)

### Token Limits

This service will support maximum response sizes. So if you want to leave room to respond, make sure you leave room to respond.
This service will support maximum request sizes. So if you want to leave room to respond, make sure you support a buffer.

From ChatGPT directly:

Expand Down
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@
"type": "git",
"url": "git+https://github.com/mrsteele/openai-tokens.git"
},
"files": [
"/src/*",
"!/src/*test.js"
],
"keywords": [
"openai",
"gpt",
Expand Down

0 comments on commit e68bf40

Please sign in to comment.