NassimeBejaia commited on
Commit
8579347
·
verified ·
1 Parent(s): 6431f05

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -4,6 +4,8 @@ import os
4
 
5
  # Get DeepSeek API key from Space secrets
6
  DEEPSEEK_API_KEY = os.getenv("DEEPSEEK_API_KEY")
 
 
7
 
8
  # API endpoint for DeepSeek
9
  #DEEPSEEK_API_URL = "https://api.deepseek.com/v1/completions"
 
4
 
5
  # Get DeepSeek API key from Space secrets
6
  DEEPSEEK_API_KEY = os.getenv("DEEPSEEK_API_KEY")
7
+ st.write("API Key:", DEEPSEEK_API_KEY[:8] if DEEPSEEK_API_KEY else "Not Found")
8
+
9
 
10
  # API endpoint for DeepSeek
11
  #DEEPSEEK_API_URL = "https://api.deepseek.com/v1/completions"