release v1.0.24 to support custom router

This commit is contained in:
musi
2025-07-21 15:13:58 +08:00
parent 7165953b50
commit 5e14b9b0e1
5 changed files with 136 additions and 64 deletions

3
custom-router.example.js Normal file
View File

@@ -0,0 +1,3 @@
module.exports = async function router(req, config) {
return "deepseek,deepseek-chat";
};