Skip to content

Commit

Permalink
[BUILD] 226c9ca
Browse files Browse the repository at this point in the history
  • Loading branch information
Leask committed Aug 1, 2023
1 parent c64d83d commit e7a6b15
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,9 +183,9 @@ Works in Node.js and modern browsers.
| :--- | :--- | :--- |
| _NEED | Array | @waylaidwanderer/chatgpt-api |
| default | AsyncFunction | |
| MAX_CONTEXT_TOKENS | Number | 8192 |
| MAX_PROMPT_TOKENS | Number | 4915 |
| MAX_RESPONSE_TOKENS | Number | 3277 |
| MAX_CONTEXT_TOKENS | Number | 4096 |
| MAX_PROMPT_TOKENS | Number | 2457 |
| MAX_RESPONSE_TOKENS | Number | 1639 |
| countTokens | Function | txt |
| init | AsyncFunction | |

Expand Down
2 changes: 1 addition & 1 deletion lib/manifest.mjs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const manifest = {
"name": "utilitas",
"description": "Just another common utility for JavaScript.",
"version": "1995.0.44",
"version": "1995.0.45",
"private": false,
"homepage": "https://github.com/Leask/utilitas",
"main": "index.mjs",
Expand Down

0 comments on commit e7a6b15

Please sign in to comment.