From 63921912ddfddd290770e8f5fd0419dce3167ced Mon Sep 17 00:00:00 2001 From: Seefs Date: Tue, 20 Jan 2026 22:36:36 +0800 Subject: [PATCH] fix: replace Alibaba's Claude-compatible interface with the new interface --- relay/channel/ali/adaptor.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/relay/channel/ali/adaptor.go b/relay/channel/ali/adaptor.go index 751a4538b..50fe16905 100644 --- a/relay/channel/ali/adaptor.go +++ b/relay/channel/ali/adaptor.go @@ -53,7 +53,7 @@ func (a *Adaptor) GetRequestURL(info *relaycommon.RelayInfo) (string, error) { var fullRequestURL string switch info.RelayFormat { case types.RelayFormatClaude: - fullRequestURL = fmt.Sprintf("%s/api/v2/apps/claude-code-proxy/v1/messages", info.ChannelBaseUrl) + fullRequestURL = fmt.Sprintf("%s/apps/anthropic/v1/messages", info.ChannelBaseUrl) default: switch info.RelayMode { case constant.RelayModeEmbeddings: