Cole Medin commited on
Commit
065be0f
·
1 Parent(s): 8e7220e

Added DEEPSEEK_API_KEY to .env.example

Browse files
Files changed (1) hide show
  1. .env.example +3 -0
.env.example CHANGED
@@ -32,6 +32,9 @@ OLLAMA_API_BASE_URL=
32
  # You only need this environment variable set if you want to use OpenAI Like models
33
  OPENAI_LIKE_API_BASE_URL=
34
 
 
 
 
35
  # Get your OpenAI Like API Key
36
  OPENAI_LIKE_API_KEY=
37
 
 
32
  # You only need this environment variable set if you want to use OpenAI Like models
33
  OPENAI_LIKE_API_BASE_URL=
34
 
35
+ # You only need this environment variable set if you want to use DeepSeek models through their API
36
+ DEEPSEEK_API_KEY=
37
+
38
  # Get your OpenAI Like API Key
39
  OPENAI_LIKE_API_KEY=
40