From 15aa1d2c2589962bec6b9eb79b07132f2a97b4b5 Mon Sep 17 00:00:00 2001 From: Haitao Pan Date: Tue, 23 Jun 2026 14:52:04 +0800 Subject: [PATCH] Fix model names in registration instructions Updated model registration instructions and corrected names. --- README.zh.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.zh.md b/README.zh.md index 53b440b..b892155 100644 --- a/README.zh.md +++ b/README.zh.md @@ -33,7 +33,7 @@ curl -sfL https://raw.githubusercontent.com/ai-workspace-lab/xworkspace-console/ 2. 自动注册模型(通过 API 密钥): -在运行安装程序之前导出密钥,会自动在网关中注册模型(例如 DeepSeek、NVIDIA、OLLAMA/GLM): +在运行安装程序之前导出密钥,会自动在网关中注册模型(例如 DeepSeek、NVIDIA NIM、Ollama Cloud): ```bash export DEEPSEEK_API_KEY="sk-..." export NVIDIA_API_KEY="nvapi-..."