aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorben2025-01-22 21:02:10 +0100
committerben2025-01-22 21:02:10 +0100
commite590d8eb774adc4d083051be3e4da32998b36107 (patch)
tree26d5e7d9700a9db79563e9eeeb5a96aaa90e5485
parent7d3f45d47b029378c1926824a3dbbbef125ab15d (diff)
downloadai_env-e590d8eb774adc4d083051be3e4da32998b36107.tar.gz
ai_env-e590d8eb774adc4d083051be3e4da32998b36107.tar.bz2
ai_env-e590d8eb774adc4d083051be3e4da32998b36107.tar.xz
Add a usage example.
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index c3a8d4a..d8cc52b 100644
--- a/README.md
+++ b/README.md
@@ -82,6 +82,7 @@ ps aux | aichat 'which process use the most memory'
Using roles:
```
aichat -r short "tcp port of mysql"
+./tools/speech.sh synthesize --play --lang en --voice bryce "$(aichat -r english-translator 'Bienvenue dans le monde de l\' AI et de la ligne de commande.')"
```
Go to the [AIChat](https://github.com/sigoden/aichat) website for other possible use cases.