소스 검색

修改

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")


불러오는 중...
취소
저장