mirror of
https://github.com/YuuKi-OS/Yuuki-chat.git
synced 2026-02-18 22:01:09 +00:00
yiaaaaaaa
This commit is contained in:
@@ -2,11 +2,9 @@ import { NextRequest, NextResponse } from "next/server";
|
||||
|
||||
const HF_MODELS: Record<string, string> = {
|
||||
"yuuki-v0.1":
|
||||
"https://api-inference.huggingface.co/models/YuuKi-OS/Yuuki-v0.1",
|
||||
"yuuki-3.7":
|
||||
"https://api-inference.huggingface.co/models/YuuKi-OS/Yuuki-3.7",
|
||||
"yuuki-best":
|
||||
"https://api-inference.huggingface.co/models/YuuKi-OS/Yuuki-best",
|
||||
"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-best",
|
||||
};
|
||||
|
||||
const YUUKI_API_MODELS: Record<string, string> = {
|
||||
|
||||
Reference in New Issue
Block a user