Back to Mlflow

README

examples/gateway/mistral/README.md

3.12.0487 B
Original Source

Example endpoint configuration for Mistral

To see an example of specifying both the completions and the embeddings endpoints for Mistral, see the configuration YAML file.

This configuration file specifies two endpoints: 'completions' and 'embeddings', both using Mistral's models 'mistral-tiny' and 'mistral-embed', respectively.

Setting a Mistral API Key

This example requires a Mistral API key:

sh
export MISTRAL_API_KEY=...