From 7735721929b2a7c4d5861a79ebd1b05c2d423ecf Mon Sep 17 00:00:00 2001 From: Guangdong Liu Date: Thu, 22 Feb 2024 07:02:20 +0800 Subject: [PATCH] docs: update sparkllm intro doc (#17848) **Description:** update sparkllm intro doc. **Issue:** None **Dependencies:** None **Twitter handle:** None --- docs/docs/integrations/providers/sparkllm.mdx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/docs/integrations/providers/sparkllm.mdx b/docs/docs/integrations/providers/sparkllm.mdx index 1c767c7aa1..aab53960cb 100644 --- a/docs/docs/integrations/providers/sparkllm.mdx +++ b/docs/docs/integrations/providers/sparkllm.mdx @@ -4,6 +4,9 @@ It has cross-domain knowledge and language understanding ability by learning a large amount of texts, codes and images. It can understand and perform tasks based on natural dialogue. +## SparkLLM LLM Model +An example is available at [example](/docs/integrations/llm/sparkllm). + ## SparkLLM Chat Model An example is available at [example](/docs/integrations/chat/sparkllm).