mirror of https://gitee.com/namelin2022/ollama
1 changed files with 0 additions and 6 deletions
@ -1,6 +0,0 @@ |
|||
import models from '../../../../models.json' |
|||
import { NextResponse } from 'next/server' |
|||
|
|||
export async function GET() { |
|||
return NextResponse.json(models) |
|||
} |
|||
Loading…
Reference in new issue