aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xsetup_desktop.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/setup_desktop.sh b/setup_desktop.sh
index 05191e3..70d4912 100755
--- a/setup_desktop.sh
+++ b/setup_desktop.sh
@@ -12,4 +12,6 @@ fi
source .env
mkdir -p ~/.config/aichat/
-cat src/aichat/config.yaml | sed "s/__LLM_API_KEY__/${LLM_API_KEY}/" >~/.config/aichat/config.yaml
+cat src/aichat/config.yaml | sed "s/__LLM_API_KEY__/${LLM_API_KEY}/" > ~/.config/aichat/config.yaml
+mkdir -p ~/.config/aichat/roles
+cp src/aichat/roles/* ~/.config/aichat/roles/