mirror of
https://github.com/YuuKi-OS/Yuuki-chat.git
synced 2026-02-18 22:01:09 +00:00
fix: correct HF_MODELS object syntax and update URLs to new endpoint
Co-authored-by: awa <212803252+aguitauwu@users.noreply.github.com>
This commit is contained in:
1
.vscode/settings.json
vendored
Normal file
1
.vscode/settings.json
vendored
Normal file
@@ -0,0 +1 @@
|
||||
{}
|
||||
@@ -2,8 +2,10 @@ import { NextRequest, NextResponse } from "next/server";
|
||||
|
||||
const HF_MODELS: Record<string, string> = {
|
||||
"yuuki-v0.1":
|
||||
"https://router.huggingface.co/models/YuuKi-OS/Yuuki-v0.1":
|
||||
"https://router.huggingface.co/models/YuuKi-OS/Yuuki-3.7":
|
||||
"https://router.huggingface.co/models/YuuKi-OS/Yuuki-v0.1",
|
||||
"yuuki-3.7":
|
||||
"https://router.huggingface.co/models/YuuKi-OS/Yuuki-3.7",
|
||||
"yuuki-best":
|
||||
"https://router.huggingface.co/models/YuuKi-OS/Yuuki-best",
|
||||
};
|
||||
|
||||
|
||||
1
node_modules
Symbolic link
1
node_modules
Symbolic link
@@ -0,0 +1 @@
|
||||
/vercel/share/v0-next-shadcn/node_modules
|
||||
Reference in New Issue
Block a user