Skip to content

Commit

Permalink
Merge pull request #16 from marinacabrera/chore/gpt-encoder
Browse files Browse the repository at this point in the history
chore: add gpt-3-encoder for gsh
  • Loading branch information
Marina Cabrera authored Feb 18, 2023
2 parents b50a358 + 8e6d7b8 commit d064e2c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
"debug-logging": "^4.1.2",
"diff": "^5.1.0",
"eslint": "^8.26.0",
"gpt-3-encoder": "^1.1.4",
"node-fetch": "^3.2.10",
"ora": "^6.1.2",
"prompts": "^2.4.2",
Expand Down
5 changes: 5 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1936,6 +1936,11 @@ got@^12.1.0:
p-cancelable "^3.0.0"
responselike "^3.0.0"

gpt-3-encoder@^1.1.4:
version "1.1.4"
resolved "https://registry.yarnpkg.com/gpt-3-encoder/-/gpt-3-encoder-1.1.4.tgz#d6cdaacf5824857e133b6065247c757fc7e4fa72"
integrity sha512-fSQRePV+HUAhCn7+7HL7lNIXNm6eaFWFbNLOOGtmSJ0qJycyQvj60OvRlH7mee8xAMjBDNRdMXlMwjAbMTDjkg==

[email protected], graceful-fs@^4.1.6, graceful-fs@^4.2.0, graceful-fs@^4.2.10, graceful-fs@^4.2.6:
version "4.2.10"
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.10.tgz#147d3a006da4ca3ce14728c7aefc287c367d7a6c"
Expand Down

0 comments on commit d064e2c

Please sign in to comment.