mirror of
https://github.com/musistudio/claude-code-router.git
synced 2026-02-02 06:40:50 +08:00
release v1.0.24 to support custom router
This commit is contained in:
3
custom-router.example.js
Normal file
3
custom-router.example.js
Normal file
@@ -0,0 +1,3 @@
|
||||
module.exports = async function router(req, config) {
|
||||
return "deepseek,deepseek-chat";
|
||||
};
|
||||
Reference in New Issue
Block a user