Skip to content

Add database model for model muxing #760

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

Merged
merged 1 commit into from
Jan 24, 2025
Merged

Add database model for model muxing #760

merged 1 commit into from
Jan 24, 2025

Conversation

JAORMX
Copy link
Contributor

@JAORMX JAORMX commented Jan 24, 2025

This introduces the provider_endpoints, provider_models and muxes database tables to store models
with their configuration as well as muxing configurations that allow us
to appropriately route prompts to the relevant models.

Closes: #752

Signed-off-by: Juan Antonio Osorio [email protected]

This introduces the `provider_endpoints`, `provider_models` and `muxes` database tables to store models
with their configuration as well as muxing configurations that allow us
to appropriately route prompts to the relevant models.

Closes: #752

Signed-off-by: Juan Antonio Osorio <[email protected]>
@JAORMX JAORMX merged commit 6999136 into main Jan 24, 2025
4 checks passed
@JAORMX JAORMX deleted the muxing-db-model branch January 24, 2025 13:24
lukehinds pushed a commit that referenced this pull request Jan 31, 2025
This introduces the `provider_endpoints`, `provider_models` and `muxes` database tables to store models
with their configuration as well as muxing configurations that allow us
to appropriately route prompts to the relevant models.

Closes: #752

Signed-off-by: Juan Antonio Osorio <[email protected]>
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.

Add models and mux database models
2 participants