Skip to content
This repository was archived by the owner on Jun 5, 2025. It is now read-only.

Enable provider model updating when updating provider itself - #1014

Merged
JAORMX merged 1 commit into
mainfrom
update-models-providers
Feb 12, 2025
Merged

Enable provider model updating when updating provider itself#1014
JAORMX merged 1 commit into
mainfrom
update-models-providers

Conversation

@JAORMX

Copy link
Copy Markdown
Contributor

This now calls the model updating logic when updating the provider
itself. Thus allowing us to have a way to update the model list.

Signed-off-by: Juan Antonio Osorio ozz@stacklok.com

This now calls the model updating logic when updating the provider
itself. Thus allowing us to have a way to update the model list.
Signed-off-by: Juan Antonio Osorio <ozz@stacklok.com>

@aponcedeleonchaponcedeleonch left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We still need to update the models of a provider at server startup, i.e. in function initialize_provider_endpoints. Right now, if the provider already exists it will not try to get its models.

@JAORMX

Copy link
Copy Markdown
ContributorAuthor

We still need to update the models of a provider at server startup, i.e. in function initialize_provider_endpoints. Right now, if the provider already exists it will not try to get its models.

Mind if I do that in a separate PR?

@aponcedeleonchaponcedeleonch left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved. The remaining functionality will be done in a separate PR

@JAORMX
JAORMX merged commit f361178 into mainFeb 12, 2025
@JAORMX
JAORMX deleted the update-models-providers branch February 12, 2025 07:02
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@JAORMX@aponcedeleonch