Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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"
|