You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To use Mistral AI you need to set the following environment variables:
122
+
To use Mistral AI you need to set the following environment variables. The app has been tested with Mistral Large Model deployed through Microsoft Azure. More information [here](https://learn.microsoft.com/en-us/azure/ai-studio/how-to/deploy-models-mistral).
123
123
124
124
```
125
125
export LLM_TYPE=mistral
126
126
export MISTRAL_API_KEY=...
127
-
export MISTRAL_API_ENDPOINT=... # optional
127
+
export MISTRAL_API_ENDPOINT=... # should be of the form https://<endpoint>.<region>.inference.ai.azure.com
0 commit comments