Skip to content

Commit

Permalink
pass tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jacoobes committed Dec 12, 2023
1 parent 4f7810a commit e1b9f99
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions gpt4all-bindings/typescript/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# GPT4All Node.js API
Native bindings to LLMs for all.

```sh
yarn add gpt4all@latest
Expand Down
2 changes: 1 addition & 1 deletion gpt4all-bindings/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
},
"jest": {
"verbose": true
},
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public",
Expand Down
5 changes: 5 additions & 0 deletions gpt4all-bindings/typescript/test/gpt4all.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@ describe("config", () => {
"..",
`runtimes/${process.platform}-${process.arch}/native`
),
path.resolve(
__dirname,
"..",
`runtimes/${process.platform}-x64+arm64/native`,
),
process.cwd(),
];
expect(typeof DEFAULT_LIBRARIES_DIRECTORY).toBe("string");
Expand Down

0 comments on commit e1b9f99

Please sign in to comment.