Skip to content

Commit 405b8d5

Browse files
committed
added custom path in doc
1 parent 7f73716 commit 405b8d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +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.base-url | The path to append to the base URL. | `/v1/chat/completions`
96+
| spring.ai.anthropic.completions-path | The path to append to the base URL. | `/v1/chat/completions`
9797
| spring.ai.anthropic.version | Anthropic API version | 2023-06-01
9898
| spring.ai.anthropic.api-key | The API Key | -
9999
| 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)