瀏覽代碼

修改

1、修改提示词框架
undefined
10710 1 年之前
父節點
當前提交
7c85819923
共有 1 個文件被更改,包括 1 次插入1 次删除
  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 查看文件

@@ -21,7 +21,7 @@ import org.springframework.web.bind.annotation.RequestParam;
* @Param tenant_id 租户id
* @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 {

@GetMapping("/knowledge")


Loading…
取消
儲存