Explorar o código

:wrench: upgrade openai-proxy settings

Jeremy Zheng hai 1 ano
pai
achega
ac505a0f90
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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,
     "debug": false, 
-    "api-server": "{{ app_api_server }}" 
+    "api-url": "{{ app_api_server }}/api" 
 }