From d1cc2f20446639bfccb26fcdf3c2d9b4e90f5013 Mon Sep 17 00:00:00 2001 From: Kent Dong Date: Wed, 15 May 2024 13:36:11 +0800 Subject: [PATCH] feat: Switch to the official 1.0.0 version of ai-proxy plugin (#83) --- all-in-one/scripts/config-template/ai-proxy.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/all-in-one/scripts/config-template/ai-proxy.sh b/all-in-one/scripts/config-template/ai-proxy.sh index 18f618b..399a961 100644 --- a/all-in-one/scripts/config-template/ai-proxy.sh +++ b/all-in-one/scripts/config-template/ai-proxy.sh @@ -1,6 +1,6 @@ #!/bin/bash -AZ_PROXY_VERSION=${AI_PROXY_VERSION:-0.0.1} +AZ_PROXY_VERSION=${AI_PROXY_VERSION:-1.0.0} if [ -n "$AZURE_OPENAI_SERVICE_URL" ]; then AZURE_OPENAI_SERVICE_DOMAIN=$(echo "$AZURE_OPENAI_SERVICE_URL" | awk -F[/:] '{print $4}') @@ -107,8 +107,7 @@ spec: - moonshot phase: UNSPECIFIED_PHASE priority: \"100\" - #url: oci://higress-registry.cn-hangzhou.cr.aliyuncs.com/plugins/ai-proxy:$AZ_PROXY_VERSION - url: oci://docker.io/ch3cho/ai-proxy:$AZ_PROXY_VERSION" > "$WASM_PLUGIN_CONFIG_FILE" + url: oci://higress-registry.cn-hangzhou.cr.aliyuncs.com/plugins/ai-proxy:$AZ_PROXY_VERSION" > "$WASM_PLUGIN_CONFIG_FILE" } function initializeMcpBridge() {