diff --git a/colabkobold.sh b/colabkobold.sh index 2f43f240..33b8fc73 100644 --- a/colabkobold.sh +++ b/colabkobold.sh @@ -89,7 +89,10 @@ if [ "$init" != "skip" ]; then else cd /content if [ ! -z ${git+x} ]; then - if [ "$git" == "united" ]; then + if [ "$git" == "Stable" ]; then + git clone https://github.com/koboldai/KoboldAI-Client + fi + if [ "$git" == "United" ]; then git clone https://github.com/henk717/KoboldAI-Client fi git clone $git