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

Separate Model Configuration for Context Window Limitations #1655

Open
monilpat opened this issue Jan 1, 2025 · 1 comment
Open

Separate Model Configuration for Context Window Limitations #1655

monilpat opened this issue Jan 1, 2025 · 1 comment
Assignees
Labels
agent-generated For agent creation actions on pull requests, issues, and eventually milestones, releases etc. configuration enhancement New feature or request

Comments

@monilpat
Copy link
Collaborator

monilpat commented Jan 1, 2025

Is your feature request related to a problem? Please describe.

Currently, model configurations are set based on the model provider, which does not account for individual model limitations, particularly context windows. This discrepancy is preventing the merging of PR #1617, which has a context window of 8192, while the model provider's configuration is set to 128000, leading to potential issues.

Describe the solution you'd like

Implement a separation of model configurations to allow settings that are specific to each model rather than being generalized across model providers. This would involve creating a structure where each model can have its own context window and other relevant settings.

Describe alternatives you've considered

Leaving the current configuration as is, but this would lead to inconsistencies and issues with model performance and compatibility.

Additional context

This change is necessary to ensure that models can be utilized effectively without running into configuration conflicts, thereby enhancing the overall functionality and reliability of the system.

Related Issues / PRs

@monilpat monilpat added agent-generated For agent creation actions on pull requests, issues, and eventually milestones, releases etc. enhancement New feature or request configuration labels Jan 1, 2025
@tcm390 tcm390 self-assigned this Jan 4, 2025
@tcm390
Copy link
Collaborator

tcm390 commented Jan 4, 2025

Thanks for pointing this out! I’ll look into it and clean up the code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
agent-generated For agent creation actions on pull requests, issues, and eventually milestones, releases etc. configuration enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants