mirror of
https://github.com/likelovewant/ollama-for-amd.git
synced 2025-12-21 22:33:56 +00:00
6 lines
133 B
JavaScript
6 lines
133 B
JavaScript
import models from '../../../models.json'
|
|
|
|
export default async function handler(req, res) {
|
|
return res.status(200).json(models)
|
|
}
|