We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf3d9f2 commit 9f1b76cCopy full SHA for 9f1b76c
1 file changed
all-in-one/scripts/config-template/ai-gateway.sh
@@ -14,8 +14,8 @@ declare -a GENERATED_INGRESSES
14
function initializeLlmProviderConfigs() {
15
local EXTRA_CONFIGS=()
16
17
- initializeLlmProviderConfig aliyun qwen DASHSCOPE dashscope.aliyuncs.com "443" "https" "" "PRE" 'qwen-'
18
- initializeLlmProviderConfig moonshot moonshot MOONSHOT api.moonshot.cn "443" "https" "" "PRE" 'moonshot-'
+ initializeLlmProviderConfig aliyun qwen DASHSCOPE dashscope.aliyuncs.com "443" "https" "" "PRE" 'qwen'
+ initializeLlmProviderConfig moonshot moonshot MOONSHOT api.moonshot.cn "443" "https" "" "REGULAR" 'moonshot-.*|kimi-.*'
19
if [ -z "$AZURE_API_KEY" ]; then
20
initializeLlmProviderConfig openai openai OPENAI api.openai.com "443" "https" "" "REGULAR" 'gpt-.*|o1-.*|o3-.*'
21
fi
0 commit comments