Spaces:
Running
Running
readme : add talk-llama example to the table
Browse files
README.md
CHANGED
|
@@ -500,6 +500,7 @@ Some of the examples are even ported to run in the browser using WebAssembly. Ch
|
|
| 500 |
| [stream](examples/stream) | [stream.wasm](examples/stream.wasm) | Real-time transcription of raw microphone capture |
|
| 501 |
| [command](examples/command) | [command.wasm](examples/command.wasm) | Basic voice assistant example for receiving voice commands from the mic |
|
| 502 |
| [talk](examples/talk) | [talk.wasm](examples/talk.wasm) | Talk with a GPT-2 bot |
|
|
|
|
| 503 |
| [whisper.objc](examples/whisper.objc) | | iOS mobile application using whisper.cpp |
|
| 504 |
| [whisper.swiftui](examples/whisper.swiftui) | | SwiftUI iOS / macOS application using whisper.cpp |
|
| 505 |
| [whisper.android](examples/whisper.android) | | Android mobile application using whisper.cpp |
|
|
|
|
| 500 |
| [stream](examples/stream) | [stream.wasm](examples/stream.wasm) | Real-time transcription of raw microphone capture |
|
| 501 |
| [command](examples/command) | [command.wasm](examples/command.wasm) | Basic voice assistant example for receiving voice commands from the mic |
|
| 502 |
| [talk](examples/talk) | [talk.wasm](examples/talk.wasm) | Talk with a GPT-2 bot |
|
| 503 |
+
| [talk-llama](examples/talk-llama) | | Talk with a LLaMA bot |
|
| 504 |
| [whisper.objc](examples/whisper.objc) | | iOS mobile application using whisper.cpp |
|
| 505 |
| [whisper.swiftui](examples/whisper.swiftui) | | SwiftUI iOS / macOS application using whisper.cpp |
|
| 506 |
| [whisper.android](examples/whisper.android) | | Android mobile application using whisper.cpp |
|