diff options
author | ben | 2025-01-15 21:42:55 +0100 |
---|---|---|
committer | ben | 2025-01-15 21:42:55 +0100 |
commit | b715dd6ee4ae98fcde25a3953c7cd38cf9fbbdd8 (patch) | |
tree | 6c0bfb81e6774332790c6a9f07d79a0da2342484 | |
parent | a50394de67026a8201c69134c4dc40bbc59a3d2c (diff) | |
download | ai_env-b715dd6ee4ae98fcde25a3953c7cd38cf9fbbdd8.tar.gz ai_env-b715dd6ee4ae98fcde25a3953c7cd38cf9fbbdd8.tar.bz2 ai_env-b715dd6ee4ae98fcde25a3953c7cd38cf9fbbdd8.tar.xz |
Fix the description of an example.
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -74,7 +74,7 @@ To launch a chatbot while maintaining context: aichat -s ``` -Pipe a command and transform the result with the LLM: +Pipe a command and interpret the result: ``` ps aux | aichat 'which process use the most memory' ``` |