From 348adee17f97c5cadf796966ef4c29329cd449aa Mon Sep 17 00:00:00 2001 From: Claudio Silva Junior <42524939+Claudio-code@users.noreply.github.com> Date: Tue, 13 May 2025 10:56:54 -0300 Subject: [PATCH] added custom path in doc (#3123) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * added custom path in doc Signed-off-by: “claudio-code” * added custom path in doc Signed-off-by: “claudio-code” --------- Signed-off-by: “claudio-code” --- .../main/antora/modules/ROOT/pages/api/chat/anthropic-chat.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/chat/anthropic-chat.adoc b/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/chat/anthropic-chat.adoc index 18476b054..262eac0ce 100644 --- a/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/chat/anthropic-chat.adoc +++ b/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/chat/anthropic-chat.adoc @@ -93,6 +93,7 @@ The prefix `spring.ai.anthropic` is used as the property prefix that lets you co | Property | Description | Default | spring.ai.anthropic.base-url | The URL to connect to | https://api.anthropic.com +| spring.ai.anthropic.completions-path | The path to append to the base URL. | `/v1/chat/completions` | spring.ai.anthropic.version | Anthropic API version | 2023-06-01 | spring.ai.anthropic.api-key | The API Key | - | spring.ai.anthropic.beta-version | Enables new/experimental features. If set to `max-tokens-3-5-sonnet-2024-07-15`