Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -4,9 +4,9 @@ import requests
|
|
| 4 |
from typing import List, Dict
|
| 5 |
|
| 6 |
# Hyperbolic API Configuration
|
| 7 |
-
API_URL = "https://api.
|
| 8 |
-
API_KEY = "Bearer
|
| 9 |
-
MODEL = "NousResearch/Hermes-3-Llama-3.1-
|
| 10 |
|
| 11 |
def predict(
|
| 12 |
message: str,
|
|
|
|
| 4 |
from typing import List, Dict
|
| 5 |
|
| 6 |
# Hyperbolic API Configuration
|
| 7 |
+
API_URL = "https://api.deepinfra.com/v1/openai/chat/completions"
|
| 8 |
+
API_KEY = "Bearer Vf1mLPxujSaGgHJPkVAcfsQGyys0Fm31"
|
| 9 |
+
MODEL = "NousResearch/Hermes-3-Llama-3.1-405B"
|
| 10 |
|
| 11 |
def predict(
|
| 12 |
message: str,
|