修改tts地址

This commit is contained in:
史悦 2025-05-16 13:24:49 +08:00
parent 5a72eb7c64
commit 1bc8d41559

View File

@ -35,7 +35,7 @@ namespace GLMSearch.Tool
filteredPayload[prop.Name] = value;
}
}
var response = "http://148.135.77.70:8010/tts"
var response = "https://tts.01061220.xyz/tts"
.SetQueryParams(filteredPayload).GetAsync().GetAwaiter().GetResult();
if (response != null)
{