fix: test name error (#1035)
* fix: test name error * fix: test name error
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user