]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commitdiff
wchess : update README.md
authorGeorgi Gerganov <redacted>
Thu, 14 Dec 2023 20:00:47 +0000 (22:00 +0200)
committerGitHub <redacted>
Thu, 14 Dec 2023 20:00:47 +0000 (22:00 +0200)
examples/wchess/README.md

index f771ea1c8777e42d851e0ba6f61c0330166b0b6f..924b8d9a8ab7cf1734d7ec157323de045c4c56f5 100644 (file)
@@ -33,8 +33,13 @@ White's turn
 
 ## TODO
 
-- Improve web-browser audio capture - sometimes it does not record the voice properly
-- Add support for more languages by making the generated grammar string multi-lingual
 - Fix bugs in the chess moves logic
+- Improve web-browser audio capture - sometimes it does not record the voice properly
+- Add support for more languages by making the generated grammar string multilingual
+- Explore ways to improve the dynamic grammar to be narrower
 
 PRs welcome!
+
+## Thanks
+
+- [chessboardjs](https://chessboardjs.com) for the neat chessboard JS library used in this demo