TornadoAI commited on
Commit
8ea2114
·
verified ·
1 Parent(s): d16a88d

new endpoint..

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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/free/v1/chat/completions"
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,