From 95c6fb194b1758beba8114c2f051a17efc86d27f Mon Sep 17 00:00:00 2001 From: idawnwon <69025059+idawnwon@users.noreply.github.com> Date: Fri, 31 Mar 2023 19:54:19 +0800 Subject: [PATCH] fix: Update @acheong08 Reverse Proxy URL --- kubernetes/deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kubernetes/deploy.yaml b/kubernetes/deploy.yaml index db706b8995..185b84d35c 100644 --- a/kubernetes/deploy.yaml +++ b/kubernetes/deploy.yaml @@ -30,7 +30,7 @@ spec: - name: OPENAI_API_MODEL value: gpt-3.5-turbo - name: API_REVERSE_PROXY - value: https://bypass.duti.tech/api/conversation + value: https://bypass.churchless.tech/api/conversation - name: AUTH_SECRET_KEY value: '123456' - name: TIMEOUT_MS