diff --git a/README.md b/README.md index 17cbca6..fb07321 100644 --- a/README.md +++ b/README.md @@ -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: diff --git a/package.json b/package.json index e76964d..b75f230 100644 --- a/package.json +++ b/package.json @@ -12,6 +12,10 @@ "type": "git", "url": "git+https://github.com/mrsteele/openai-tokens.git" }, + "files": [ + "/src/*", + "!/src/*test.js" + ], "keywords": [ "openai", "gpt",