-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
17 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,14 @@ | ||
!!! warning "Page under construction" | ||
Installation is as simple as: | ||
|
||
This page is under construction. Please check back later. Consider contributing to this page by opening a PR! | ||
!!! warning | ||
"We haven't released instructor-js to npm yet. Please directly clone the repository and use" | ||
```bash | ||
npm install instructor-js | ||
``` | ||
|
||
Instructor-js has a few dependencies: | ||
|
||
- [`openai`](https://www.npmjs.com/package/openai): OpenAI's TypeScript / JavaScript library. | ||
- [`zod`](https://www.npmjs.com/package/zod): TypeScript-first schema validation with static type inference. | ||
|
||
If you've got Typescript 5.3.3+ installed, you're good to go. |