fix: test name error (#1035)

* fix: test name error

* fix: test name error
This commit is contained in:
Sinsy
2024-07-17 17:07:30 +08:00
committed by GitHub
parent 0ebf4abc2c
commit c9a3e66f90

View File

@@ -38,7 +38,7 @@ public class AnthropicTestConfiguration {
}
@Bean
public AnthropicChatModel openAiChatModel(AnthropicApi api) {
public AnthropicChatModel anthropicChatModel(AnthropicApi api) {
AnthropicChatModel anthropicChatModel = new AnthropicChatModel(api);
return anthropicChatModel;
}