Procházet zdrojové kódy

修改

1、修改提示词框架
undefined
10710 před 1 rokem
rodič
revize
7c85819923
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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 Zobrazit soubor

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


Načítá se…
Zrušit
Uložit