ShikharLLM commited on
Commit
cbed0e7
·
verified ·
1 Parent(s): 4caf20b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ if not HF_TOKEN:
8
  raise ValueError("Please set your Hugging Face API token as HF_API_TOKEN in the Secrets settings.")
9
 
10
  # Model details
11
- MODEL_ID = "meta-llama/llama-3.2-3b-instruct" # Change to the exact model ID
12
  API_URL = f"https://api-inference.huggingface.co/models/{MODEL_ID}"
13
 
14
  # Headers for API requests
 
8
  raise ValueError("Please set your Hugging Face API token as HF_API_TOKEN in the Secrets settings.")
9
 
10
  # Model details
11
+ MODEL_ID = "meta-llama/llama-3.2-70b-instruct" # Change to the exact model ID
12
  API_URL = f"https://api-inference.huggingface.co/models/{MODEL_ID}"
13
 
14
  # Headers for API requests