Update api/index.js
Browse files- api/index.js +0 -5
api/index.js
CHANGED
@@ -149,11 +149,6 @@ router.get('/', () => json({
|
|
149 |
top_p: 1
|
150 |
}
|
151 |
},
|
152 |
-
availableModels: Object.entries(MODEL_INFO).map(([modelId, info]) => ({
|
153 |
-
id: modelId,
|
154 |
-
provider: info.provider,
|
155 |
-
mapping: info.mapping
|
156 |
-
})),
|
157 |
note: "Replace YOUR_API_KEY with your actual API key."
|
158 |
}));
|
159 |
|
|
|
149 |
top_p: 1
|
150 |
}
|
151 |
},
|
|
|
|
|
|
|
|
|
|
|
152 |
note: "Replace YOUR_API_KEY with your actual API key."
|
153 |
}));
|
154 |
|