Skip to content

Commit

Permalink
addressing pr comments
Browse files Browse the repository at this point in the history
  • Loading branch information
nadijagraca committed Nov 13, 2024
1 parent a227a53 commit a375b50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vizro-ai/docs/pages/user-guides/customize-vizro-ai.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ vizro_ai = VizroAI(model="<chosen model>")

To use Mistral with Vizro-AI, you can either use their API, which comes with [an associated cost](https://mistral.ai/technology/#pricing), or you could use their models for free under the Apache 2.0 license. In that case you need to setup the model API yourself. You can check [all available Mistral models including pricing on their website](https://docs.mistral.ai/getting-started/models/models_overview). This will also explain which version the below string acronyms currently point to.
Before usage, please review Mistral guidelines on risk mitigation to understand potential model limitations and best practices.
[See the Mistral site for more details on responsible usage](https://help.mistral.ai/en/collections/280418-legal-security-and-data-privacy/).
[See the Mistral site for more details on responsible usage](https://help.mistral.ai/en/collections/272960-le-chat/).

- `mistral-large-latest`
- `open-mistral-nemo`
Expand Down

0 comments on commit a375b50

Please sign in to comment.