add the deployment of roles.
This commit is contained in:
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user