From 30d646b57686aaaf4c6280c31e4e2781f34efea9 Mon Sep 17 00:00:00 2001 From: Narasimha Badrinath Date: Tue, 12 Aug 2025 21:44:18 +0530 Subject: [PATCH] docs(docs): remove redundant integration details from ChatGradient page. (#32514) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit removes redundant integration info from details page, additionally, changing reference from "DigitalOcean GradientAI" to "DigitalOcean Gradientâ„¢ AI" and updating the setup instructions accordingly. --- docs/docs/integrations/providers/gradientai.mdx | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/docs/docs/integrations/providers/gradientai.mdx b/docs/docs/integrations/providers/gradientai.mdx index f8588fdec40..18ce68886ca 100644 --- a/docs/docs/integrations/providers/gradientai.mdx +++ b/docs/docs/integrations/providers/gradientai.mdx @@ -2,17 +2,10 @@ This will help you getting started with DigitalOcean Gradient [chat models](/docs/concepts/chat_models). -## Overview -### Integration details - -| Class | Package | Package downloads | Package latest | -| :--- | :--- | :---: | :---: | -| [ChatGradient](https://python.langchain.com/api_reference/langchain-gradient/chat_models/langchain_gradient.chat_models.ChatGradient.html) | [langchain-gradient](https://python.langchain.com/api_reference/langchain-gradient/) | ![PyPI - Downloads](https://img.shields.io/pypi/dm/langchain-gradient?style=flat-square&label=%20) | ![PyPI - Version](https://img.shields.io/pypi/v/langchain-gradient?style=flat-square&label=%20) | - ## Setup -langchain-gradient uses DigitalOcean Gradient Platform. +langchain-gradient uses DigitalOcean's Gradientâ„¢ AI Platform. Create an account on DigitalOcean, acquire a `DIGITALOCEAN_INFERENCE_KEY` API key from the Gradient Platform, and install the `langchain-gradient` integration package.