digitalocean/langchain-gradient
Langchain Gradient Integration
This package helps Python developers integrate large language models (LLMs) from DigitalOcean's Gradient platform into their applications. It takes a text prompt as input and returns a generated text response, either all at once or streamed as it's created. This is for developers building AI-powered features like chatbots, content generators, or question-answering systems.
Use this if you are a Python developer who wants to leverage DigitalOcean's powerful LLMs within the LangChain framework for building AI applications.
Not ideal if you are not a Python developer or are looking for a pre-built, ready-to-use application rather than a programming tool.
Stars
16
Forks
16
Language
Python
License
MIT
Category
Last pushed
Dec 28, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/llm-tools/digitalocean/langchain-gradient"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
LangChain-OpenTutorial/LangChain-OpenTutorial
LangChain, LangGraph Open Tutorial for everyone!
langchain-ai/docs
๐ฆ๐ Docs for LangChain projects
teddylee777/langchain-kr
LangChain ๊ณต์ Document, Cookbook, ๊ทธ ๋ฐ์ ์ค์ฉ ์์ ๋ฅผ ๋ฐํ์ผ๋ก ์์ฑํ ํ๊ตญ์ด ํํ ๋ฆฌ์ผ์ ๋๋ค. ๋ณธ ํํ ๋ฆฌ์ผ์ ํตํด LangChain์ ๋ ์ฝ๊ณ ...
ravsau/langchain-notes
notes on langchain
Azure-Samples/function-python-ai-langchain
Simple starting point function to host LangChains with LLMs and other tools in an Azure Function.