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