File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
spring-ai-docs/src/main/antora/modules/ROOT/pages/api/chat Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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`
You can’t perform that action at this time.
0 commit comments