mirror of
https://github.com/ollama/ollama.git
synced 2026-04-20 07:54:25 +02:00
fix web build
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import models from '../../../../models.json'
|
||||
import { NextResponse } from 'next/server'
|
||||
|
||||
export async function GET(re) {
|
||||
export async function GET() {
|
||||
return NextResponse.json(models)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user