@ai-utils/mistral
v0.1.2
Published
Client library written in TypeScript for MistralAI
Readme
TS Mistral AI Library
This repo is based on the javascript library made by Mistral AI
Installing the library
npm i @ai-utils/mistralRun 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.tsBuild the library
pnpm run buildBuild the library for publishing on npm
Add a changeset
pnpm changesetBased on the changeset github will automatically create a PR with the new release of the library.
