-
Notifications
You must be signed in to change notification settings - Fork 894
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
dev -> main #1054
dev -> main #1054
Conversation
feat(llm-proxy): Support for `l3.1-euryale-70b`
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
There was a problem hiding this 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 ea7dcd7 in 11 seconds
More details
- Looked at
17
lines of code in1
files - Skipped
0
files when reviewing. - Skipped posting
1
drafted comments based on config settings.
1. llm-proxy/litellm-config.yaml:122
- Draft comment:
The newly added model entry forl3.1-euryale-70b
is consistent with the existing entries. Ensure that theapi_key
environment variableOPENROUTER_API_KEY
is correctly set in the deployment environment. - Reason this comment was not posted:
Confidence changes required:50%
The PR adds a new model configuration to the YAML file. I need to ensure that the new model entry is consistent with the existing entries and follows the same structure.
Workflow ID: wflow_iYzPrvwRNUp98h5C
You can customize Ellipsis with 👍 / 👎 feedback, review rules, user-specific overrides, quiet
mode, and more.
PR Code Suggestions ✨Explore these optional code suggestions:
|
chore(agents-memory-store): Increase strings lengths constraints
PR Type
enhancement
Description
Added support for the
l3.1-euryale-70b
model.Updated the
litellm-config.yaml
file with new model details.Changes walkthrough 📝
litellm-config.yaml
Add `l3.1-euryale-70b` model configuration
llm-proxy/litellm-config.yaml
l3.1-euryale-70b
model.Important
Add new model
l3.1-euryale-70b
tolitellm-config.yaml
under OpenRouter models.l3.1-euryale-70b
tolitellm-config.yaml
under OpenRouter models with parametersmodel: openrouter/sao10k/l3.1-euryale-70b
,api_key: os.environ/OPENROUTER_API_KEY
, andtags: ["paid"]
.This description was created by for ea7dcd7. It will automatically update as commits are pushed.