AiServiceFactory configures both ChatModel and StreamingChatModel.
https://github.com/micronaut-projects/micronaut-langchain4j/blob/2.0.x/micronaut-langchain4j-core/src/main/java/io/micronaut/langchain4j/aiservices/AiServiceFactory.java#L87-L89
However, AiServices::chatModel and AiServices::streamingChatModel:
Either ChatModel or StreamingChatModel should be configured, but not both at the same time.