Skip to content

Commit 348adee

Browse files
authored
added custom path in doc (#3123)
* added custom path in doc Signed-off-by: “claudio-code” <suporte2424@outlook.com> * added custom path in doc Signed-off-by: “claudio-code” <suporte2424@outlook.com> --------- Signed-off-by: “claudio-code” <suporte2424@outlook.com>
1 parent 8939148 commit 348adee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spring-ai-docs/src/main/antora/modules/ROOT/pages/api/chat/anthropic-chat.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ The prefix `spring.ai.anthropic` is used as the property prefix that lets you co
9393
| Property | Description | Default
9494

9595
| spring.ai.anthropic.base-url | The URL to connect to | https://api.anthropic.com
96+
| spring.ai.anthropic.completions-path | The path to append to the base URL. | `/v1/chat/completions`
9697
| spring.ai.anthropic.version | Anthropic API version | 2023-06-01
9798
| spring.ai.anthropic.api-key | The API Key | -
9899
| spring.ai.anthropic.beta-version | Enables new/experimental features. If set to `max-tokens-3-5-sonnet-2024-07-15`

0 commit comments

Comments
 (0)