-
Notifications
You must be signed in to change notification settings - Fork 15.5k
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
Add ChatModels wrapper for Cloudflare Workers AI #27645
Add ChatModels wrapper for Cloudflare Workers AI #27645
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
hello, @eyurtsev/ @ccurme could i get some reviews on this? it would accelerate building AI Agents with Langgraph and Cloudflare workers AI. thanks! |
dfd0c5c
to
e9b366a
Compare
e9b366a
to
9c74b66
Compare
Awesome work on this one, thank you for contributing this! |
@vbarda could I get a review on this when you get a chance please? PR has passed all lint and formatting tests. It has also community support of at least 5 upvotes on the PR. |
@efriis thanks for looking into this PR! Looks like a few linting checks failed on the documentation notebook. I will be looking into this but in the meantime if you have any other suggestions please let me know |
Head branch was pushed to by a user without write access
237ff8f
to
b37d2ef
Compare
Thank you for contributing to LangChain!
PR title: "community: chat models wrapper for Cloudflare Workers AI"
PR message:
Add tests and docs: If you're adding a new integration, please include
docs/docs/integrations
directory.Lint and test: Run
make format
,make lint
andmake test
from the root of the package(s) you've modified. See contribution guidelines for more: https://python.langchain.com/docs/contributing/Additional guidelines:
If no one reviews your PR within a few days, please @-mention one of baskaryan, efriis, eyurtsev, ccurme, vbarda, hwchase17.