From: Georgi Gerganov Date: Mon, 27 Mar 2023 18:02:35 +0000 (+0300) Subject: readme : add talk-llama example to the table X-Git-Tag: upstream/1.7.4~1535 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=82637b8e9f192d29444b7d2eedc78acdfedc0f27;p=pkg%2Fggml%2Fsources%2Fwhisper.cpp readme : add talk-llama example to the table --- diff --git a/README.md b/README.md index c7b3d8f4..5d804671 100644 --- a/README.md +++ b/README.md @@ -500,6 +500,7 @@ Some of the examples are even ported to run in the browser using WebAssembly. Ch | [stream](examples/stream) | [stream.wasm](examples/stream.wasm) | Real-time transcription of raw microphone capture | | [command](examples/command) | [command.wasm](examples/command.wasm) | Basic voice assistant example for receiving voice commands from the mic | | [talk](examples/talk) | [talk.wasm](examples/talk.wasm) | Talk with a GPT-2 bot | +| [talk-llama](examples/talk-llama) | | Talk with a LLaMA bot | | [whisper.objc](examples/whisper.objc) | | iOS mobile application using whisper.cpp | | [whisper.swiftui](examples/whisper.swiftui) | | SwiftUI iOS / macOS application using whisper.cpp | | [whisper.android](examples/whisper.android) | | Android mobile application using whisper.cpp |