From 28327160762e2ee5cef1eda9ff03d656ef2b521b Mon Sep 17 00:00:00 2001 From: Haitao Pan Date: Tue, 23 Jun 2026 14:52:35 +0800 Subject: [PATCH] Revise model names in README for accuracy Updated model names for clarity and consistency. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index db6d946..369acfc 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ curl -sfL https://raw.githubusercontent.com/ai-workspace-lab/xworkspace-console/ 2. Automatic model registration (via API Keys): -Exporting keys before running the installer automatically registers models (e.g., DeepSeek, NVIDIA, OLLAMA/GLM) in the gateway: +Exporting keys before running the installer automatically registers models (e.g., DeepSeek、NVIDIA NIM、Ollama Cloud) in the gateway: ```bash export DEEPSEEK_API_KEY="sk-..." export NVIDIA_API_KEY="nvapi-..."