Skip to content

Commit

Permalink
address pr comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Anna-Xiong committed May 22, 2024
1 parent bb9e4b3 commit 2819478
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
2 changes: 1 addition & 1 deletion vizro-ai/docs/pages/explanation/disclaimer.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Disclaimer

Users must select one of the [supported large language models (LLMs)](./faq.md#which-llms-are-supported-by-vizro-ai) to use the `vizro_ai` package,
Users must select one of the [supported large language models (LLMs)](../user-guides/customize-vizro-ai.md#supported-models) to use the `vizro_ai` package,
and are responsible for obtaining their own suitable API key for the relevant model.

<!-- vale off -->
Expand Down
10 changes: 2 additions & 8 deletions vizro-ai/docs/pages/explanation/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,5 @@
With thanks to Sam Bourton and Stephen Xu for sponsorship, inspiration and guidance, plus everyone else who helped to test, guide, support and encourage development.


## Which llms are supported by vizro-ai?
- `gpt-3.5-turbo` (default model)
- `gpt-4-turbo` (recommended for best model performance)
- `gpt-3.5-turbo-0125`
- `gpt-3.5-turbo-1106`
- `gpt-4-0613`
- `gpt-4-1106-preview`
- `gpt-3.5-turbo-0613` (to be deprecated on June 13, 2024)
## Which large language models are supported by vizro-ai?
Please refer to [supported models](../user-guides/customize-vizro-ai.md#supported-models) in `vizro-ai` docs.

0 comments on commit 2819478

Please sign in to comment.