doc review round

This commit is contained in:
Igor Loskutov
2025-12-09 12:11:22 -05:00
parent 2b3f28993f
commit d890061056
3 changed files with 33 additions and 92 deletions

View File

@@ -6,7 +6,7 @@ usage() {
echo "Usage: $0 [OPTIONS]"
echo ""
echo "Options:"
echo " --hf-token TOKEN HuggingFace token for Pyannote model"
echo " --hf-token TOKEN HuggingFace token"
echo " --help Show this help message"
echo ""
echo "Examples:"
@@ -88,7 +88,7 @@ if [[ ! "$HF_TOKEN" =~ ^hf_ ]]; then
fi
fi
# --- Auto-generate API Key ---
# --- Auto-generate reflector<->GPU API Key ---
echo ""
echo "Generating API key for GPU services..."
API_KEY=$(openssl rand -hex 32)