From eddc39343439f184b6f290a1e3726696569b0746 Mon Sep 17 00:00:00 2001 From: AAEE86 <33052466+AAEE86@users.noreply.github.com> Date: Wed, 2 Apr 2025 23:47:45 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0QwQ=E6=80=9D=E8=80=83?= =?UTF-8?q?=E6=A8=A1=E5=9E=8B=E6=94=AF=E6=8C=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/routes/models.ts | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/api/routes/models.ts b/src/api/routes/models.ts index f459982..e055880 100644 --- a/src/api/routes/models.ts +++ b/src/api/routes/models.ts @@ -47,10 +47,15 @@ export default { "id": "qwen-v1-vision", "object": "model", "owned_by": "qwen-free-api" + }, + { + "id": "qwq", + "object": "model", + "owned_by": "qwen-free-api" } ] }; } } -} \ No newline at end of file +}