feat: add ModelHarbor provider integration and update related components #4271
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Related GitHub Issue
Related to #4260
Description
Add ModelHarbor as the provider in the select list
Test Procedure
Type of Change
srcor test files.Pre-Submission Checklist
npm run lint).console.log) has been removed.npm test).mainbranch.npm run changesetif this PR includes user-facing changes or dependency updates.Screenshots / Videos
Documentation Updates
Does this PR necessitate updates to user-facing documentation?
Additional Notes
Get in Touch
Discord: utharn.b
Important
Integrates ModelHarbor as a new provider, updating API handling, UI components, and adding tests for the integration.
ModelHarboras a new provider option inApiOptions.tsxandconstants.ts.ModelHarborHandlerinmodelharbor.tsfor API interactions.webviewMessageHandler.tsto handle ModelHarbor model requests.getModelHarborModels()inmodelharbor.tsto fetch models from ModelHarbor API.modelCache.tsto cache ModelHarbor models.modelharbor.tsto handle ModelHarbor API responses and model transformations.ModelHarborcomponent inModelHarbor.tsxfor UI integration.ModelPicker.tsxandApiOptions.tsxto support ModelHarbor model selection.modelharbor.test.tsanduseSelectedModel.modelharbor.test.ts.validate.tsto include ModelHarbor in validation logic.This description was created by
for ced8518. You can customize this summary. It will automatically update as commits are pushed.