Update .gitignore, add requests dependency, and implement CambAI TTS integration
This commit is contained in:
parent
bc9d5a8943
commit
be0567ff0f
7 changed files with 167 additions and 19 deletions
|
@ -7,7 +7,7 @@ After=multi-user.target
|
|||
Type=simple
|
||||
User=edpibu
|
||||
WorkingDirectory=/data/code/botbotbot.py
|
||||
ExecStart=/data/code/botbotbot.py/env/bin/python -u -m botbotbot
|
||||
ExecStart=/usr/bin/uv run python -u -m botbotbot
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue