rr1 commited on
Commit
377e4b5
·
verified ·
1 Parent(s): 3d1cd49

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -4,12 +4,12 @@ import requests
4
  app = Flask(__name__)
5
 
6
  # Target API base URL
7
- TARGET_API = "https://api.deepinfra.com"
8
 
9
  # Path mappings
10
  PATH_MAPPINGS = {
11
- "/v1/chat": "/v1/openai/chat",
12
- "/v1/models": "/v1/openai/models"
13
  }
14
 
15
 
 
4
  app = Flask(__name__)
5
 
6
  # Target API base URL
7
+ TARGET_API = "https://meow.cablyai.com"
8
 
9
  # Path mappings
10
  PATH_MAPPINGS = {
11
+ "/v1/chat": "/v1/chat",
12
+ "/v1/models": "/v1/models"
13
  }
14
 
15