|
@@ -73,9 +73,6 @@ public class TestController {
|
|
@Value("${tencent.facefusion.secret-key}")
|
|
@Value("${tencent.facefusion.secret-key}")
|
|
private String SECRET_KEY;
|
|
private String SECRET_KEY;
|
|
|
|
|
|
- @Autowired
|
|
|
|
- private HttpRequestUtil httpRequestUtil;
|
|
|
|
-
|
|
|
|
|
|
|
|
// @Autowired
|
|
// @Autowired
|
|
// private DeepSeekClientImpl deepSeekClient;
|
|
// private DeepSeekClientImpl deepSeekClient;
|
|
@@ -109,11 +106,6 @@ public class TestController {
|
|
// return deepSeekClient.chatFluxCompletion(request);
|
|
// return deepSeekClient.chatFluxCompletion(request);
|
|
// }
|
|
// }
|
|
|
|
|
|
- @GetMapping("/getCurrentIP")
|
|
|
|
- public String getCurrentIP() {
|
|
|
|
- return httpRequestUtil.getIpAddr();
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
@Autowired
|
|
@Autowired
|
|
private ServletContext servletContext;
|
|
private ServletContext servletContext;
|
|
|
|
|