-
Notifications
You must be signed in to change notification settings - Fork 4k
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
feat: Add GLHF Models Provider Integration #502
feat: Add GLHF Models Provider Integration #502
Conversation
- Implement GitHub Models provider using Azure ML endpoints - Add comprehensive model selection including Llama, Mistral, GPT-4O, and Phi series - Add documentation for the provider in CONTRIBUTING.md - Configure OpenAI-compatible interface for Azure ML integration - Fix linting issues in action-runner.ts Contributed-by: ThePsyberSleuth
- Restore original action execution flow - Add eslint-disable for consistent-return - Maintain proper error handling
- Restore original action execution flow - Add eslint-disable for consistent-return - Maintain proper error handling
- Implement GLHF.chat provider with Hugging Face model support - Add dynamic model loading and GPU scheduling integration - Configure multi-tenant infrastructure support - Add comprehensive documentation - Support model fine-tuning and 4-bit quantization Contributed-by: ThePsyberSleuth
@ThePsyberSleuth is this a dub if so please close one: #485 |
Hi @dustinwloring1988 please can you explain to me what you're talking about as this is my first time contributing to a project. |
please see this link: #485 |
Thanks @dustinwloring1988 just closed the other PR |
@ThePsyberSleuth please fix the conflicts so we can look at it |
@dustinwloring1988 Just resolved all conflicts please review |
Thanks |
Most welcome |
Hey, was this pull request merged? I think we're still missing GLHF |
PR Description
This PR adds support for GLHF Models to the oTToDev platform.
Changes
constants.ts
README.md
to include GLHF Models in the supported providers listaction-runner.ts
Documentation Updates
index.md
CONTRIBUTING.md
GLHF Models Overview
GLHF.chat is a powerful and flexible LLM service that enables users to run virtually any Hugging Face model with minimal setup. The service features:
Testing
Requires
GLHF_API_KEY
environment variable for accessing GLHF ModelsContributors
Related Issues
None