|
|
|
@ -21,7 +21,7 @@ import java.util.List;
|
|
|
|
|
|
|
|
|
|
@Slf4j
|
|
|
|
|
@SpringBootTest(webEnvironment = SpringBootTest.WebEnvironment.RANDOM_PORT)
|
|
|
|
|
public class SpringAiDemoApplicationTests {
|
|
|
|
|
public class FuHsiApplicationTests {
|
|
|
|
|
|
|
|
|
|
@Autowired
|
|
|
|
|
private OllamaChatClient ollamaChatClient;
|
|
|
|
@ -52,7 +52,7 @@ public class SpringAiDemoApplicationTests {
|
|
|
|
|
|
|
|
|
|
private final OllamaChatClient chatClient;
|
|
|
|
|
@Autowired
|
|
|
|
|
public SpringAiDemoApplicationTests(OllamaChatClient chatClient) {
|
|
|
|
|
public FuHsiApplicationTests(OllamaChatClient chatClient) {
|
|
|
|
|
this.chatClient = chatClient;
|
|
|
|
|
}
|
|
|
|
|
|