mirror of
https://github.com/dogkeeper886/ollama37.git
synced 2025-12-14 01:37:04 +00:00
simple website
This commit is contained in:
5
web/pages/api/models.js
Normal file
5
web/pages/api/models.js
Normal file
@@ -0,0 +1,5 @@
|
||||
import models from '../../../models.json'
|
||||
|
||||
export default async function handler(req, res) {
|
||||
return res.status(200).json(models)
|
||||
}
|
||||
Reference in New Issue
Block a user