refactor(dashscope): drop redundant routing comment

This commit is contained in:
mateo-berri 2026-08-27 14:27:41 -07:00
parent f7c9c87280
commit 10480b8bf0

View file

@ -46,7 +46,6 @@ else:
DEFAULT_API_BASE: Final = "https://dashscope-intl.aliyuncs.com/api/v1/services/aigc/multimodal-generation/generation"
# get_llm_provider resolves every dashscope route to the chat/embed base, which cannot serve images
CHAT_COMPATIBLE_MODE_PATH: Final = "/compatible-mode/v1"
# Maps OpenAI size strings (WxH) to DashScope size strings (W*H)