rr1 commited on
Commit
a3f9a06
·
verified ·
1 Parent(s): 85ec322

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -11,8 +11,8 @@ TARGET_API = "https://openrouter.ai"
11
 
12
  # Path mappings
13
  PATH_MAPPINGS = {
14
- "/api/v1/chat": "/api/v1/chat",
15
- "/api/v1/models": "/api/v1/models"
16
  }
17
 
18
  # Get API keys from environment variable
 
11
 
12
  # Path mappings
13
  PATH_MAPPINGS = {
14
+ "/hf/v1/chat": "/api/v1/chat",
15
+ "/hf/v1/models": "/api/v1/models"
16
  }
17
 
18
  # Get API keys from environment variable