From 065be0f82115f967d5114069ad625abc925788ce Mon Sep 17 00:00:00 2001 From: Cole Medin <47287758+coleam00@users.noreply.github.com> Date: Mon, 28 Oct 2024 13:13:44 -0500 Subject: [PATCH] Added DEEPSEEK_API_KEY to .env.example --- .env.example | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.env.example b/.env.example index d5cfc5cb..234dba95 100644 --- a/.env.example +++ b/.env.example @@ -32,6 +32,9 @@ OLLAMA_API_BASE_URL= # You only need this environment variable set if you want to use OpenAI Like models OPENAI_LIKE_API_BASE_URL= +# You only need this environment variable set if you want to use DeepSeek models through their API +DEEPSEEK_API_KEY= + # Get your OpenAI Like API Key OPENAI_LIKE_API_KEY=