1
0

feat: Add Together AI and FFmpeg support, introduce core orchestration, and update documentation and install scripts.

This commit is contained in:
2026-02-28 16:23:37 +01:00
parent 4e04cc6042
commit 9f611269b1
7 changed files with 99 additions and 98 deletions

View File

@@ -24,7 +24,7 @@ public class Program
rootCommand.AddCommand(toggleCmd);
// Daemon Command
var daemonCmd = new Command("daemon", "Starts the background background service");
var daemonCmd = new Command("daemon", "Starts the background service");
daemonCmd.SetHandler(Toak.Core.DaemonService.StartAsync, verboseOption);
rootCommand.AddCommand(daemonCmd);