这个页面直接调用当前服务的 /v1/models 和 /v1/chat/completions,方便验证鉴权、模型列表、非流式和流式输出。
/v1/models
/v1/chat/completions
php -S 127.0.0.1:8000 router.php
jiaoyang123