@ai-utils/mistral
v0.1.2
Published
Client library written in TypeScript for MistralAI
Downloads
35
Readme
TS Mistral AI Library
This repo is based on the javascript library made by Mistral AI
Installing the library
npm i @ai-utils/mistral
Run the example files locally and test the library
- link the library (run in root directory)
npm link
- install in examples library
cd examples && npm link @ai-utils/mistral
- run the example files
npx ts-node embeddings.ts
Build the library
pnpm run build
Build the library for publishing on npm
Add a changeset
pnpm changeset
Based on the changeset github will automatically create a PR with the new release of the library.