Update app.py
Browse files
app.py
CHANGED
@@ -17,7 +17,7 @@ logging.basicConfig(level=logging.INFO)
|
|
17 |
logger = logging.getLogger(__name__)
|
18 |
|
19 |
# Hugging Face Inference API endpoint for DeepSeek
|
20 |
-
API_URL = "https://api-inference.huggingface.co/models/deepseek-ai/
|
21 |
headers = {"Authorization": f"Bearer {token}"}
|
22 |
|
23 |
# Define request body schema
|
|
|
17 |
logger = logging.getLogger(__name__)
|
18 |
|
19 |
# Hugging Face Inference API endpoint for DeepSeek
|
20 |
+
API_URL = "https://api-inference.huggingface.co/models/deepseek-ai/DeepSeek-R1-Distill-Qwen-32B" # Replace with the correct model ID
|
21 |
headers = {"Authorization": f"Bearer {token}"}
|
22 |
|
23 |
# Define request body schema
|