Browse Source

:wrench: upgrade openai-proxy settings

Jeremy Zheng 9 tháng trước cách đây
mục cha
commit
ac505a0f90

+ 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" 
 }
 }