Spaces:
Running
Running
new endpoint..
Browse files
app.py
CHANGED
@@ -14,7 +14,7 @@ from typing import List, Dict
|
|
14 |
|
15 |
# Powered by Oxygen (www.oxyapi.uk)
|
16 |
|
17 |
-
API_URL = "https://app.oxyapi.uk/
|
18 |
|
19 |
def predict(
|
20 |
message: str,
|
|
|
14 |
|
15 |
# Powered by Oxygen (www.oxyapi.uk)
|
16 |
|
17 |
+
API_URL = "https://app.oxyapi.uk/hugging-face/v1/chat/completions"
|
18 |
|
19 |
def predict(
|
20 |
message: str,
|