mirror of
https://github.com/LLM-Red-Team/kimi-free-api.git
synced 2025-04-20 15:19:14 +08:00
7 lines
99 B
TypeScript
7 lines
99 B
TypeScript
import chat from "./chat.ts";
|
|
import ping from "./ping.ts";
|
|
|
|
export default [
|
|
chat,
|
|
ping
|
|
]; |