Spaces:
Sleeping
Sleeping
Update index.js
Browse files
index.js
CHANGED
@@ -367,7 +367,6 @@ app.use(cors({
|
|
367 |
allowedHeaders: ['Content-Type', 'Authorization']
|
368 |
}));
|
369 |
|
370 |
-
|
371 |
// 获取模型列表路由
|
372 |
app.get('/hf/v1/models', (req, res) => {
|
373 |
res.json({
|
|
|
367 |
allowedHeaders: ['Content-Type', 'Authorization']
|
368 |
}));
|
369 |
|
|
|
370 |
// 获取模型列表路由
|
371 |
app.get('/hf/v1/models', (req, res) => {
|
372 |
res.json({
|