Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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://
|
| 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):
|