mirror of
https://github.com/farion1231/cc-switch.git
synced 2026-06-16 13:34:04 +08:00
Fix URL construction when base_url already contains the endpoint path (e.g., base_url="https://api.example.com/v1/chat/completions" with endpoint="/v1/chat/completions" should not result in double path).