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 gpt-4o-mini to MaxLLMTokensMap #356

Merged
merged 1 commit into from
Sep 11, 2024
Merged

Conversation

raffareis
Copy link
Contributor

@raffareis raffareis commented Sep 11, 2024

🚀 This description was created by Ellipsis for commit 276818d

Summary:

Added gpt-4o-mini to MaxLLMTokensMap in pkg/llms/llm_base.go with a token limit of 128,000.

Key points:

  • Added gpt-4o-mini to MaxLLMTokensMap in pkg/llms/llm_base.go.
  • Sets maximum token limit for gpt-4o-mini to 128,000 tokens.

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 276818d in 5 seconds

More details
  • Looked at 13 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:188
  • Draft comment:
    Ensure that the token limit for "gpt-4o-mini" is consistent with its intended use and matches any documentation or specifications. The current limit is set to 128,000 tokens.
  • Reason this comment was not posted:
    Confidence changes required: 33%
    The addition of "gpt-4o-mini" to the MaxLLMTokensMap is consistent with its presence in ValidOpenAILLMs, ensuring consistency across the codebase.

Workflow ID: wflow_f19EMqSp7XvTLboX


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

@paul-paliychuk paul-paliychuk merged commit 12a69d7 into getzep:main Sep 11, 2024
0 of 2 checks passed
@raffareis raffareis deleted the patch-1 branch September 11, 2024 16:04
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