From 00b2671c0afac2e238a169e154e4862c1994d0b0 Mon Sep 17 00:00:00 2001 From: csunny Date: Tue, 30 May 2023 17:17:20 +0800 Subject: [PATCH] fix: env template --- .env.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.template b/.env.template index ecececd02..d49053e8c 100644 --- a/.env.template +++ b/.env.template @@ -102,4 +102,4 @@ LANGUAGE=en # ** PROXY_SERVER #*******************************************************************# PROXY_API_KEY=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 -PROXY_SERVER_URL=http://43.156.9.162:3000/api/openai/v1/chat/completions \ No newline at end of file +PROXY_SERVER_URL=http://127.0.0.1:3000/api/openai/v1/chat/completions \ No newline at end of file