mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2024-12-19 04:17:52 +00:00
5ae0a5420a
Fixed personality bug
5 lines
114 B
Bash
5 lines
114 B
Bash
#!/bin/bash
|
|
source ../env/Scripts/activate
|
|
python install_backend.py "$@"
|
|
read -p "Press any key to continue..."
|