From 3feea1e0baf44b4008d93194a1c824da16c7e33d Mon Sep 17 00:00:00 2001 From: wenhwang97 Date: Thu, 8 Feb 2024 16:33:05 -0500 Subject: [PATCH] chore: update env sample --- .env.sample | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.env.sample b/.env.sample index ec7d283..2a845d4 100644 --- a/.env.sample +++ b/.env.sample @@ -1,2 +1,5 @@ NOCO_DB_URL=enter_your_noco_db_url -NOCO_XC_TOKEN=enter_your_noco_api_token \ No newline at end of file +NOCO_XC_TOKEN=enter_your_noco_api_token +DEEPL_API_KEY=enter_your_deepl_api_key +GOOGLE_API_KEY=enter_your_google_api_key +LLM_URL=enter_your_llm_api_url \ No newline at end of file