Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

For example:

Code Block
languagejs
models: {
  "Mistral Medium with Streaming": {
    provider: "mistral",
    model: "mistral-medium",
    stream: true,
    apiKey: "......"
  }
}

Finally, install the mistralai npm package using the following command:

Code Block
npm install @mistralai/mistralai