fix(ai-proxy): update anthropic messages endpoint path for qwen provider (#3530)

This commit is contained in:
Jingze
2026-02-25 10:26:25 +08:00
committed by GitHub
parent b3fb6324a4
commit e9aecb6e1f

View File

@@ -37,7 +37,7 @@ const (
qwenCompatibleRetrieveBatchPath = "/compatible-mode/v1/batches/{batch_id}"
qwenBailianPath = "/api/v1/apps"
qwenMultimodalGenerationPath = "/api/v1/services/aigc/multimodal-generation/generation"
qwenAnthropicMessagesPath = "/api/v2/apps/claude-code-proxy/v1/messages"
qwenAnthropicMessagesPath = "/apps/anthropic/v1/messages"
qwenAsyncAIGCPath = "/api/v1/services/aigc/"
qwenAsyncTaskPath = "/api/v1/tasks/"