From e3f93afe82708cb59e2d5d1e6bdcd0195c00fdf6 Mon Sep 17 00:00:00 2001 From: zhaoyingbo Date: Mon, 25 Nov 2024 11:42:30 +0000 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=96=B0=E5=A2=9E.env=E8=BE=85?= =?UTF-8?q?=E5=8A=A9=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env | 13 +++++++++++++ .gitignore | 2 -- 2 files changed, 13 insertions(+), 2 deletions(-) create mode 100644 .env diff --git a/.env b/.env new file mode 100644 index 0000000..73dff44 --- /dev/null +++ b/.env @@ -0,0 +1,13 @@ +# Node Environment: dev, production +NODE_ENV=dev + +LLM_MODEL= +LLM_API_KEY= +LLM_BASE_URL= + +LANGFUSE_PK= +LANGFUSE_SK= +LANGFUSE_BASE_URL= + +# Map of apps such as '{"michat": { "app_id": "123", "app_secret": "456", "app_name": "Mi Chat" }}' +LARK_APP_MAP= \ No newline at end of file diff --git a/.gitignore b/.gitignore index 38ad061..96c022e 100644 --- a/.gitignore +++ b/.gitignore @@ -56,5 +56,3 @@ profile-* profile* *clinic* *flamegraph* - -.env \ No newline at end of file