Replies: 3 comments 3 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
-
IssueGithubLLM is similar or analogous to Azure Endpoint Chat Model and might benefit from a merge or as an improvement instead |
Beta Was this translation helpful? Give feedback.
0 replies
-
I have managed to call GitHub's Models marketplace model with https://github.com/langchain-ai/langchain-azure ( |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Checked
Feature request
GithubLLM:
I'm excited to introduce a new LLM integration for LangChain: the GithubLLM class. This integration allows users to leverage AI models available through GitHub's Models marketplace directly within the LangChain ecosystem.
The GithubLLM integration provides access to a wide range of models, including offerings from AI21, Cohere, Meta, Mistral, OpenAI, and Microsoft. This new class enables developers to experiment with these models for free, making it easier to prototype and develop AI applications using LangChain.
Key features of the GithubLLM integration:
Motivation
The motivation behind this integration is to provide LangChain users with easy access to the diverse range of models available through GitHub's Models marketplace. This allows for rapid prototyping and experimentation without the need for separate API integrations or accounts.
By leveraging GitHub's free API usage for these models, developers can quickly test different models and use cases within their LangChain applications before moving to production.
Proposal (If applicable)
Next steps:
A pull request has been submitted with the implementation of the GithubLLM class. We welcome feedback and suggestions from the community on how to further improve this integration.
For those interested in trying out this new integration, please note that the free API usage is currently in limited public beta. You can join the waitlist to request access.
Once the PR is merged, users will be able to experiment with these models using their GitHub personal access token. When ready for production, the same code can be used with a paid Azure account token, providing a seamless transition from development to deployment.
We're excited to see how the LangChain community will utilize this new integration in their projects!
OUTSTANDING TASKS:
Beta Was this translation helpful? Give feedback.
All reactions