-
Notifications
You must be signed in to change notification settings - Fork 15.9k
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
Create ChatAnyscale #8770
Create ChatAnyscale #8770
Conversation
joshuasundance-swca
commented
Aug 4, 2023
- Description: Adds the ChatAnyscale class with llama-2 7b, llama-2 13b, and llama-2 70b on Anyscale Endpoints
- It inherits from ChatOpenAI and requires openai (probably unnecessary but it made for a quick and easy implementation)
- Inspired by Add support for Anyscale Endpoint, with llama2 70B model for now #8434 (@kylehh and @baskaryan )
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for putting this together!
Drop me an e-mail at mwk@anyscale.com and we'll send you some swag ;-)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
would LOVE an example notebook (or adding to existing anyscale one)
The "Migrate from OpenAI" page on Anyscale Endpoints gives us a sort of roadmap for improvement of this class, but it is functional and it logs to Langsmith right now. Sorry there are so many commits, I had to align my dev process with the formatting and stuff. :) |
lgtm, any additional comments @waleedkadous? |
LGTM! |
This is great! Hope we can have js integration soon |
awesome, thanks @joshuasundance-swca!! |
Hey @waleedkadous any thoughts on supporting langchain-ai/langchainjs#2195? |