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

new anthropic models #347

Merged
merged 1 commit into from
Jun 21, 2024
Merged

new anthropic models #347

merged 1 commit into from
Jun 21, 2024

Conversation

danielchalef
Copy link
Member

@danielchalef danielchalef commented Jun 21, 2024

🚀 This description was created by Ellipsis for commit d4bcc56

Summary:

Added new Anthropic models and updated their token limits in pkg/llms/llm_base.go.

Key points:

  • Added new Anthropic models to ValidAnthropicLLMs in pkg/llms/llm_base.go
    • claude-3-5-sonnet-20240620
    • claude-3-opus-20240229
    • claude-3-sonnet-20240229
    • claude-3-haiku-20240307
  • Updated MaxLLMTokensMap in pkg/llms/llm_base.go with new token limits for the added models (200,000 tokens each).

Generated with ❤️ by ellipsis.dev

Copy link
Contributor

@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 d4bcc56 in 39 seconds

More details
  • Looked at 49 lines of code in 1 files
  • Skipped 0 files when reviewing.
  • Skipped posting 1 drafted comments based on config settings.
1. pkg/llms/llm_base.go:171
  • Draft comment:
    Ensure that all newly added models in ValidAnthropicLLMs are also reflected in MaxLLMTokensMap with appropriate token limits. This is crucial for maintaining consistency and ensuring that each model has defined behavior regarding its token limits.
  • Reason this comment was not posted:
    Confidence of 0% on close inspection, compared to threshold of 50%.

Workflow ID: wflow_wrgLTe77ugwsx2yh


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

@danielchalef danielchalef merged commit 415979b into main Jun 21, 2024
5 checks passed
@danielchalef danielchalef deleted the feat/new-anthropic-models branch June 21, 2024 20:49
@idvorkin
Copy link

Hey @danielchalef - When I run zep via docker-compose I don't get this diff? Do I need to rebuild something to make it work? (Maybe it's cached in the docker images?)

@danielchalef
Copy link
Member Author

@idvorkin try docker compose pull in the zep repo directory.

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.

2 participants