adriano2005 commited on
Commit
9d0a7e1
·
verified ·
1 Parent(s): 4f2734c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ Chat with the Claude-3.7-Sonnet-Reasoning-Gemma3-12B model using Hugging Face In
9
  """
10
 
11
  # Hugging Face API setup
12
- API_URL = "https://api-inference.huggingface.co/models/reedmayhew/claude-3.7-sonnet-reasoning-gemma3-12B"
13
  headers = {"Authorization": f"Bearer {os.environ.get('HF_TOKEN', '')}"}
14
 
15
  def query_hf_api(payload):
 
9
  """
10
 
11
  # Hugging Face API setup
12
+ API_URL = "https://router.huggingface.co/models/reedmayhew/claude-3.7-sonnet-reasoning-gemma3-12B"
13
  headers = {"Authorization": f"Bearer {os.environ.get('HF_TOKEN', '')}"}
14
 
15
  def query_hf_api(payload):