From e3a3e4dc2920c1ddb0f9b03b282a57d67244e3b7 Mon Sep 17 00:00:00 2001 From: idawnwon <69025059+idawnwon@users.noreply.github.com> Date: Mon, 3 Apr 2023 08:53:52 +0800 Subject: [PATCH] fix: Update @acheong08 Reverse Proxy URL (#1085) --- kubernetes/deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kubernetes/deploy.yaml b/kubernetes/deploy.yaml index db706b8..185b84d 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