Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

upgraded claude model strings #2876

Merged
merged 9 commits into from
Oct 26, 2024
Merged

upgraded claude model strings #2876

merged 9 commits into from
Oct 26, 2024

Conversation

hagen-danswer
Copy link
Contributor

No description provided.

Copy link

vercel bot commented Oct 22, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
internal-search ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 25, 2024 2:57am

web/src/lib/llm/utils.ts Show resolved Hide resolved
@@ -100,8 +100,8 @@ def fetch_available_well_known_llms() -> list[WellKnownLLMProviderDescriptor]:
api_version_required=False,
custom_config_keys=[],
llm_names=fetch_models_for_provider(ANTHROPIC_PROVIDER_NAME),
default_model="claude-3-5-sonnet-20240620",
default_fast_model="claude-3-5-sonnet-20240620",
default_model="claude-3-5-sonnet-20241022",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Watch out for context length issues - unless we bump our LiteLLM version (when they add "support" for this model), will use default max tokens (which is super low, something like 4096)

@hagen-danswer
Copy link
Contributor Author

Waiting for tagged litellm version:
Repo

@@ -278,6 +278,7 @@ const MODEL_DISPLAY_NAMES: { [key: string]: string } = {
"claude-2.0": "Claude 2.0",
"claude-instant-1.2": "Claude Instant 1.2",
"claude-3-5-sonnet-20240620": "Claude 3.5 Sonnet",
"claude-3-5-sonnet-20241022": "Claude 3.5 Sonnet (New)",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

seems possible we might need to rename (new) later but i suppose that's easily fixable if it happens

@pablonyx pablonyx enabled auto-merge October 25, 2024 17:56
@pablonyx pablonyx marked this pull request as draft October 26, 2024 00:11
auto-merge was automatically disabled October 26, 2024 00:11

Pull request was converted to draft

@pablonyx pablonyx marked this pull request as ready for review October 26, 2024 00:11
@pablonyx pablonyx added this pull request to the merge queue Oct 26, 2024
Merged via the queue into main with commit 94edcac Oct 26, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants