From 12bef096b4069b5e54090ea548e60fd120a8a489 Mon Sep 17 00:00:00 2001 From: yunjun-lee-kurly Date: Fri, 31 Jan 2025 11:41:46 +0900 Subject: [PATCH] Fix typo in deepseek model name in deepseek-chat.adoc Signed-off-by: yunjun-lee-kurly --- .../main/antora/modules/ROOT/pages/api/chat/deepseek-chat.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/chat/deepseek-chat.adoc b/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/chat/deepseek-chat.adoc index d0628daacdf..15ae7454ed6 100644 --- a/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/chat/deepseek-chat.adoc +++ b/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/chat/deepseek-chat.adoc @@ -1,6 +1,6 @@ = DeepSeek Chat -https://www.deepseek.com/[DeepSeek AI] provides the open-source DeepSeek R3 model, renowned for its cutting-edge reasoning and problem-solving capabilities. +https://www.deepseek.com/[DeepSeek AI] provides the open-source DeepSeek V3 model, renowned for its cutting-edge reasoning and problem-solving capabilities. Spring AI integrates with DeepSeek AI by reusing the existing xref::api/chat/openai-chat.adoc[OpenAI] client. To get started, you'll need to obtain a https://api-docs.deepseek.com/[DeepSeek API Key], configure the base URL, and select one of the supported models.