소스 검색

:wrench: upgrade openai-proxy settings

Jeremy Zheng 11 달 전
부모
커밋
ac505a0f90
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      deploy/roles/mint-v2.1/templates/v2/openai-proxy.json.j2

+ 1 - 1
deploy/roles/mint-v2.1/templates/v2/openai-proxy.json.j2

@@ -1,5 +1,5 @@
 { 
 { 
     "port": 8080,
     "port": 8080,
     "debug": false, 
     "debug": false, 
-    "api-server": "{{ app_api_server }}" 
+    "api-url": "{{ app_api_server }}/api" 
 }
 }