We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ebf4ab commit c9a3e66Copy full SHA for c9a3e66
models/spring-ai-anthropic/src/test/java/org/springframework/ai/anthropic/AnthropicTestConfiguration.java
@@ -38,7 +38,7 @@ private String getApiKey() {
38
}
39
40
@Bean
41
- public AnthropicChatModel openAiChatModel(AnthropicApi api) {
+ public AnthropicChatModel anthropicChatModel(AnthropicApi api) {
42
AnthropicChatModel anthropicChatModel = new AnthropicChatModel(api);
43
return anthropicChatModel;
44
0 commit comments