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

add anthropic claude sonnet 3.5 model #1794

Merged
merged 1 commit into from
Jun 22, 2024

Conversation

meetpateltech
Copy link
Contributor

@meetpateltech meetpateltech commented Jun 20, 2024

Anthropic New Model:

Introducing Claude 3.5 Sonnet, our most intelligent model yet. Read more in blog post.


🚀 This description was created by Ellipsis for commit 5476d44

Summary:

Added the new Claude 3.5 Sonnet model with specific settings and type definitions.

Key points:

  • Added claude-3-5-sonnet-20240620 to CHAT_SETTING_LIMITS in lib/chat-setting-limits.ts with specific temperature, token output, and context length limits.
  • Introduced CLAUDE_3_5_SONNET in lib/models/llm/anthropic-llm-list.ts with model details including modelId, modelName, provider, hostedId, platformLink, imageInput, and pricing.
  • Updated AnthropicLLMID type in types/llms.ts to include claude-3-5-sonnet-20240620.

Generated with ❤️ by ellipsis.dev

Copy link

@ellipsis-dev ellipsis-dev bot left a comment

Choose a reason for hiding this comment

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

👍 Looks good to me! Reviewed everything up to 5476d44 in 31 seconds

More details
  • Looked at 74 lines of code in 3 files
  • Skipped 0 files when reviewing.
  • Skipped posting 1 drafted comments based on config settings.
1. lib/models/llm/anthropic-llm-list.ts:110
  • Draft comment:
    LGTM. The addition of the new model 'Claude 3.5 Sonnet' is consistent with the existing structure and naming conventions. The details such as pricing and capabilities are aligned with other models.
  • Reason this comment was not posted:
    Confidence changes required: 0%
    The PR adds a new model 'Claude 3.5 Sonnet' to the system. The changes are made in three files: chat-setting-limits.ts, anthropic-llm-list.ts, and llms.ts. The changes in chat-setting-limits.ts and llms.ts are straightforward and correct, adding the new model ID and setting its chat limits. In anthropic-llm-list.ts, the new model is added with its details such as modelId, modelName, provider, hostedId, platformLink, imageInput, and pricing. All these changes are consistent with the existing structure and naming conventions of the codebase. There are no apparent logical, performance, or security issues with the changes. The PR description and the changes align well, and the model details such as pricing and capabilities are consistent with other models in the list.

Workflow ID: wflow_JbvMulKzafTpUawf


You can customize Ellipsis with 👍 / 👎 feedback, review rules, user-specific overrides, quiet mode, and more.

@haydenkong
Copy link

@mckaywrigley merge this

@mckaywrigley mckaywrigley merged commit 81328b6 into mckaywrigley:main Jun 22, 2024
@josephfinlayson
Copy link

What's the process to deploy this to chatbotui.com?

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.

4 participants