去掉vpn配置
This commit is contained in:
@@ -300,8 +300,6 @@ public class TryOnEffectServiceImpl extends ServiceImpl<TryOnEffectMapper, TryOn
|
|||||||
*/
|
*/
|
||||||
private String callGoogleImageGenerationAPI(String prompt, List<String> base64Images) {
|
private String callGoogleImageGenerationAPI(String prompt, List<String> base64Images) {
|
||||||
try {
|
try {
|
||||||
System.setProperty("https.proxyHost", "127.0.0.1");
|
|
||||||
System.setProperty("https.proxyPort", "10809");
|
|
||||||
// 谷歌API配置
|
// 谷歌API配置
|
||||||
String projectId = "aida-461108";
|
String projectId = "aida-461108";
|
||||||
String location = "global";
|
String location = "global";
|
||||||
|
|||||||
Reference in New Issue
Block a user