From 5fbaa13b389dcdb80c750b13af2db19367e7d154 Mon Sep 17 00:00:00 2001 From: Mimikko-zeus Date: Wed, 7 Jan 2026 00:20:23 +0800 Subject: [PATCH] chore: ignore env files --- .env | 4 ---- .env.example | 4 ---- 2 files changed, 8 deletions(-) delete mode 100644 .env delete mode 100644 .env.example diff --git a/.env b/.env deleted file mode 100644 index 1fbe5b8..0000000 --- a/.env +++ /dev/null @@ -1,4 +0,0 @@ -LLM_API_URL=https://api.siliconflow.cn/v1/chat/completions -LLM_API_KEY=sk-fxsxbgatrjjhsnjpkdfgfngukqoqqgitjpxfqfxifcipaqpc -INTENT_MODEL_NAME=Qwen/Qwen2.5-7B-Instruct -GENERATION_MODEL_NAME=Qwen/Qwen2.5-72B-Instruct \ No newline at end of file diff --git a/.env.example b/.env.example deleted file mode 100644 index 7b4d2ff..0000000 --- a/.env.example +++ /dev/null @@ -1,4 +0,0 @@ -LLM_API_URL=https://api.siliconflow.cn/v1/chat/completions -LLM_API_KEY=sk-fxsxbgatrjjhsnjpkdfgfngukqoqqgitjpxfqfxifcipaqpc -INTENT_MODEL_NAME=Qwen/Qwen2.5-7B-Instruct -GENERATION_MODEL_NAME=Qwen/Qwen2.5-72B-Instruct \ No newline at end of file