|
|
|
@@ -29,7 +29,7 @@ public class ExampleRunner |
|
|
|
{ "Batched Executor: Fork", BatchedExecutorFork.Run }, |
|
|
|
{ "Batched Executor: Rewind", BatchedExecutorRewind.Run }, |
|
|
|
{ "Batched Executor: Guidance", BatchedExecutorGuidance.Run }, |
|
|
|
{ "Whisper.net: Speech Chat", SpeechChat.Run }, |
|
|
|
{ "Speech Chat: Integration with Whisper.net", SpeechChat.Run }, |
|
|
|
{ "Exit", () => { Environment.Exit(0); return Task.CompletedTask; } } |
|
|
|
}; |
|
|
|
|
|
|
|
|