John Thompson

Results 4 comments of John Thompson

Thanks @wilkinsona. My goal is use the `@DataJpaTest` splice and only add the `AuthorDaoImpl` bean for the test. Is there an alternative approach I should use? I also verified this...

Thanks @philwebb. And thanks @wilkinsona - I had assumed `@Import` was for configuration classes. But works like a champ on the component too. Appreciate the tip!

Hi @tzolov - I'm using the 0.0.1-SNAPSHOT version. I noticed the issue because I started to always get TEXT back, regardless to what I set the runtime option to.

Yes, the 1.0.0-SNAPSHOT version. Please see the branch `spring-ai-audio-test`. in this [repo](https://github.com/springframeworkguru/spring-ai-audio/tree/spring-ai-audio-test). The test `OpenAIServiceImplTest` has two tests one for srt, one for json. Options are set at runtime in...