Browse Source

Better Title for the SpeechChat example

pull/656/head
Lyrcaxis 1 year ago
parent
commit
c3cddcfafb
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      LLama.Examples/ExampleRunner.cs

+ 1
- 1
LLama.Examples/ExampleRunner.cs View File

@@ -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; } }
};



Loading…
Cancel
Save