Skip to content

Commit

Permalink
Merge branch 'fix/snyk_issues_1208' of github.com:mckinsey/vizro into…
Browse files Browse the repository at this point in the history
… fix/snyk_issues_1208
  • Loading branch information
lingyielia committed Dec 12, 2023
2 parents 004cffc + b84373b commit 8bd68a6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions vizro-ai/docs/pages/user_guides/model_config.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,8 @@ Vizro-AI currently supports the following LLMs:
- gpt-4-1106-preview (under testing, not suitable for production use)

These models provide different levels of performance and
cost. In general, `gpt-3.5-turbo` collection provides the most cost-effective models,
which would be a good starting point for most users. `gpt-4` is more powerful than the other, like
it allows for more tokens per request. You can refer to these models' [capabilities](https://platform.openai.com/docs/models/overview)
cost. In general, the `gpt-3.5-turbo` collection provides the most cost-effective models,
which would be a good starting point for most users. `gpt-4` models are more powerful than `gpt-3` models, e.g. they allow for more tokens per request. You can refer to these models' [capabilities](https://platform.openai.com/docs/models/overview)
and [pricing](https://openai.com/pricing) for more information.

We are working on supporting more models and more vendors. Please stay tuned!

0 comments on commit 8bd68a6

Please sign in to comment.