phantom-ship: add openai-whisper to openclaw service path
This commit is contained in:
parent
3813206a3e
commit
0985503002
1 changed files with 1 additions and 1 deletions
|
|
@ -89,7 +89,7 @@ in
|
||||||
services.openclaw-gateway = {
|
services.openclaw-gateway = {
|
||||||
enable = true;
|
enable = true;
|
||||||
environmentFiles = [ "/etc/openclaw/env" ];
|
environmentFiles = [ "/etc/openclaw/env" ];
|
||||||
servicePath = [ pkgs.git pkgs.nodejs ];
|
servicePath = [ pkgs.git pkgs.nodejs pkgs.openai-whisper ];
|
||||||
config = {
|
config = {
|
||||||
gateway.mode = "local";
|
gateway.mode = "local";
|
||||||
channels.telegram = {
|
channels.telegram = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue