Tag: 1.16

Intermediate commits (oldest → newest):
- moving api key to netrc
- New stuff incoming
- Manual external audition
- Let's get this effin party started
- test mic
- tst
- Test
- Test
- fix
- fx
- test
- Refactoring step one
- Deploy script for after refactor
- Fix and upgrade
- bg fx
- fx
- fx
- fx
- Main refactoring
- Deploy script refactor
- fx
- fx2
- bgfx
This commit is contained in:
2025-10-30 16:59:12 +01:00
parent af29b857b1
commit b8df466e6f
32 changed files with 3056 additions and 2151 deletions
+22 -4
View File
@@ -1,9 +1,27 @@
#!/bin/bash
cd /home/pi/conjurer || exit
git pull
cd ..
cp ./conjurer/bot.py ./Conjurer/
cp ./deploy.sh /home/pi/
cd /home/pi || exit
#cp ./conjurer/bot.py ./Conjurer/ #legacy to be deprecated after refactor is done
cp ./conjurer/settings.json ./Conjurer/
cp ./conjurer/system_gpt_settings.json ./Conjurer/
cp ./conjurer/install.sh ./Conjurer/
cp ./conjurer/requirements.txt ./Conjurer/requirements.txt
cp ./conjurer/administration_commands.py ./Conjurer/
cp ./conjurer/ai_commands.py ./Conjurer/
cp ./conjurer/ai_functions.py ./Conjurer/
cp ./conjurer/communication_subroutine.py ./Conjurer/
cp ./conjurer/constants.py ./Conjurer/
cp ./conjurer/librarian_commands.py ./Conjurer/
cp ./conjurer/music_commands.py ./Conjurer/
cp ./conjurer/music_functions.py ./Conjurer/
cp ./conjurer/other_commands.py ./Conjurer/
cp ./conjurer/other_functions.py ./Conjurer/
cp ./conjurer/radio_commands.py ./Conjurer/
cp ./conjurer/voice_recognition_commands.py ./Conjurer/
cp ./conjurer/thin_client.py ./Conjurer/bot.py
sudo systemctl restart conjurer.service