add ability to fetch available models from openai

This commit is contained in:
perf3ct 2025-03-17 21:03:21 +00:00
parent 7ee6cf668e
commit 37f1dcdaab
No known key found for this signature in database
GPG Key ID: 569C4EEC436F5232

View File

@ -72,4 +72,4 @@ async function listModels(req: Request, res: Response) {
export default {
listModels
};
};