Fred808 commited on
Commit
28bfc95
·
verified ·
1 Parent(s): 0fb92e1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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/deepseek-model" # Replace with the correct model ID
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