[inference provider] Add regolo.ai as an inference provider#1989
Open
Andreh7777 wants to merge 3 commits intohuggingface:mainfrom
Open
[inference provider] Add regolo.ai as an inference provider#1989Andreh7777 wants to merge 3 commits intohuggingface:mainfrom
Andreh7777 wants to merge 3 commits intohuggingface:mainfrom
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
What’s in this PR
This PR integrates RegoloAI as a new Inference Provider for the @huggingface/inference library.
RegoloAI is a green, full-stack AI platform providing optimized APIs for state-of-the-art models. This integration allows users to leverage RegoloAI's infrastructure directly through the Hugging Face JS client.
Changes
Added Regoloai provider implementation in packages/inference.
Supported tasks:
Technical Details
Documentation followed: The integration strictly adheres to the Inference Providers' official guide.
Testing: All integration tests for RegoloAI tasks passed successfully using vitest (7/7 tests passed).
~/Desktop/huggingface.js/packages/inference$ npx vitest -t "Regolo AI"
DEV v0.34.6 /home/user/Desktop/huggingface.js/packages/inference
Test Files 1 passed | 1 skipped (2)
Tests 7 passed | 146 skipped (153)
Start at 14:18:36
Duration 26.60s (transform 1.08s, setup 68ms, collect 1.41s, tests 25.07s, environment 1ms, prepare 201ms)
I look forward to your feedback and am happy to make any necessary adjustments!