|
@@ -26,7 +26,7 @@ namespace Ai.AgentServer.Server
|
|
|
{
|
|
|
if (request == null || string.IsNullOrWhiteSpace(request.Type)) return new FuelReponse(5001, request);
|
|
|
var client = _httpClientFactory.CreateClient("FuelClient");
|
|
|
- var xunfeiUrl = "http://211.91.71.15:8899";
|
|
|
+ var xunfeiUrl = "http://117.48.149.67:8899";
|
|
|
//配置文件读取
|
|
|
if (!string.IsNullOrWhiteSpace(configuration1.GetSection("XunFei").Value))
|
|
|
{
|