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 4, 2024
1 parent 6ca0595 commit 4f03258
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions vizro-ai/docs/pages/user-guides/customize-vizro-ai.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ vizro_ai = VizroAI(model="<chosen model>")

To use Anthropic with Vizro-AI, you must have an account with paid-for credits available. None of the free accounts will suffice. You can check [all available Anthropic models including pricing on their website](https://docs.anthropic.com/en/docs/about-claude/models).

- `claude-3-5-sonnet-20240620`
- `claude-3-opus-20240229`
- `claude-3-5-sonnet-latest`
- `claude-3-opus-latest`
- `claude-3-sonnet-20240229`
- `claude-3-haiku-20240307`

Expand Down
4 changes: 2 additions & 2 deletions vizro-ai/examples/dashboard_ui/actions.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
"gpt-3.5-turbo",
],
"Anthropic": [
"claude-3-5-sonnet-20240620",
"claude-3-opus-20240229",
"claude-3-opus-latest",
"claude-3-5-sonnet-latest",
"claude-3-sonnet-20240229",
"claude-3-haiku-20240307",
],
Expand Down
4 changes: 2 additions & 2 deletions vizro-ai/examples/dashboard_ui/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@
"gpt-3.5-turbo",
],
"Anthropic": [
"claude-3-5-sonnet-20240620",
"claude-3-opus-20240229",
"claude-3-opus-latest",
"claude-3-5-sonnet-latest",
"claude-3-sonnet-20240229",
"claude-3-haiku-20240307",
],
Expand Down
4 changes: 2 additions & 2 deletions vizro-ai/src/vizro_ai/_llm_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"gpt-4o-mini",
],
"Anthropic": [
"claude-3-5-sonnet-20240620",
"claude-3-opus-20240229",
"claude-3-5-sonnet-latest",
"claude-3-opus-latest",
"claude-3-sonnet-20240229",
"claude-3-haiku-20240307",
],
Expand Down

0 comments on commit 4f03258

Please sign in to comment.