Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
ollama
Commits
e4b2ccfb
Commit
e4b2ccfb
authored
Jul 20, 2023
by
Jeffrey Morgan
Browse files
web: clean up remaining `models.json` usage
parent
a3d7bb0a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
6 deletions
+0
-6
web/app/api/models/route.ts
web/app/api/models/route.ts
+0
-6
No files found.
web/app/api/models/route.ts
deleted
100644 → 0
View file @
a3d7bb0a
import
models
from
'
../../../../models.json
'
import
{
NextResponse
}
from
'
next/server
'
export
async
function
GET
()
{
return
NextResponse
.
json
(
models
)
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment