Browse Source

修改

1、修改提示词框架
undefined
10710 1 year ago
parent
commit
7c85819923
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      xueyi-api/xueyi-api-nlt/src/main/java/com/xueyi/nlt/api/nlt/feign/RemoteQAService.java

+ 1
- 1
xueyi-api/xueyi-api-nlt/src/main/java/com/xueyi/nlt/api/nlt/feign/RemoteQAService.java View File

@@ -21,7 +21,7 @@ import org.springframework.web.bind.annotation.RequestParam;
* @Param tenant_id 租户id * @Param tenant_id 租户id
* @author yrx * @author yrx
*/ */
@FeignClient(url = "192.168.33.15:5010",name = "qa", fallbackFactory = RemoteQAFallbackFactory.class)
@FeignClient(url = "${notification.qa.url}",name = "qa", fallbackFactory = RemoteQAFallbackFactory.class)
public interface RemoteQAService { public interface RemoteQAService {


@GetMapping("/knowledge") @GetMapping("/knowledge")


Loading…
Cancel
Save