소스 검색

:wrench: api-server => api_url

visuddhinanda 8 달 전
부모
커밋
4c758a2a29
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      open-ai-server/config.orig.json

+ 1 - 1
open-ai-server/config.orig.json

@@ -1,5 +1,5 @@
 {
 {
   "port": 4000,
   "port": 4000,
   "debug": true,
   "debug": true,
-  "api-server": "https://staging.wikipali.org"
+  "api-url": "https://staging.wikipali.org/api"
 }
 }