Skip to content

Commit

Permalink
Merge branch 'master' of github.com:Leask/utilis
Browse files Browse the repository at this point in the history
  • Loading branch information
Leask committed Aug 1, 2023
2 parents 49e8c3d + e7a6b15 commit 68bd09c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"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 68bd09c

Please sign in to comment.