mirror of
https://github.com/LLM-Red-Team/qwen-free-api.git
synced 2024-11-11 08:09:20 +08:00
支持ping请求
This commit is contained in:
parent
c97630edcf
commit
7124650c1f
@ -1,7 +1,9 @@
|
||||
import chat from "./chat.ts";
|
||||
import images from "./images.ts";
|
||||
import ping from "./ping.ts";
|
||||
|
||||
export default [
|
||||
chat,
|
||||
images
|
||||
images,
|
||||
ping
|
||||
];
|
Loading…
Reference in New Issue
Block a user