Josebert commited on
Commit
b304bb5
·
verified ·
1 Parent(s): d9a1da3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ if not api_token:
9
  raise ValueError("API token not found. Make sure 'API_TOKEN' is set in the Secrets.")
10
 
11
  # Use the token in your request headers
12
- API_URL = "https://api-inference.huggingface.co/models/meta-llama/Llama-3.3-70B-Instruct" # Corrected URL
13
  HEADERS = {"Authorization": f"Bearer {api_token}"}
14
 
15
  # ... rest of your code ...
 
9
  raise ValueError("API token not found. Make sure 'API_TOKEN' is set in the Secrets.")
10
 
11
  # Use the token in your request headers
12
+ API_URL = "https://api-inference.huggingface.co/models/mistralai/Mistral-7B-Instruct-v0.3" # Corrected URL
13
  HEADERS = {"Authorization": f"Bearer {api_token}"}
14
 
15
  # ... rest of your code ...