mimifuel2018 commited on
Commit
4f95f37
1 Parent(s): bcf785a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ import requests
3
  import os
4
 
5
  # Define the Hugging Face API endpoint
6
- api_url = "https://api-inference.huggingface.co/models/Qwen/Qwen-2.5-72B"
7
 
8
  # Retrieve the token from the environment
9
  headers = {"Authorization": f"Bearer {os.getenv('HF_Token')}"}
 
3
  import os
4
 
5
  # Define the Hugging Face API endpoint
6
+ api_url = "https://api-inference.huggingface.co/models/Qwen/Qwen2.5-72B-Instruct"
7
 
8
  # Retrieve the token from the environment
9
  headers = {"Authorization": f"Bearer {os.getenv('HF_Token')}"}