mirror of
https://github.com/ollama/ollama.git
synced 2025-11-19 11:28:46 +01:00
web: clean up remaining models.json usage
This commit is contained in:
@@ -1,6 +0,0 @@
|
|||||||
import models from '../../../../models.json'
|
|
||||||
import { NextResponse } from 'next/server'
|
|
||||||
|
|
||||||
export async function GET() {
|
|
||||||
return NextResponse.json(models)
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user