Add HTTPS hint to Studio launch message (#6583)

This commit is contained in:
Lee Jackson 2026-06-23 14:11:19 +01:00 committed by GitHub
commit b458e1cf6d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 5 additions and 0 deletions

View file

@ -2595,6 +2595,7 @@ exit 0
step "launch" "to start later, run:"
substep "unsloth studio -p 8888"
substep "(add -H 0.0.0.0 to allow network / cloud access)"
substep "(add --secure to allow HTTPS)"
Write-Host ""
}
} else {
@ -2615,6 +2616,7 @@ exit 0
substep "unsloth studio -p 8888"
}
substep "(add -H 0.0.0.0 to allow network / cloud access)"
substep "(add --secure to allow HTTPS)"
Write-Host ""
}
}