From 87fb5bafff739122b7d1ec9228aefc5717336174 Mon Sep 17 00:00:00 2001 From: Michael Gschwind <61328285+mikekgfb@users.noreply.github.com> Date: Mon, 15 Apr 2024 08:07:02 -0700 Subject: [PATCH] Update README.md (#193) Add GUI-based chat to table and mark as not available --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 84e71ed4b..793de2a4f 100644 --- a/README.md +++ b/README.md @@ -94,6 +94,7 @@ Torchat lets you access LLMs through an interactive interface, prompted single-u |---|----|----|-----| Download model | `torchat --download` | n/a | 🚧 | Interactive chat | `torchat --chat` | n/a | 🚧 | +GUI-based chat | `torchat --gui` | n/a | ⚠️ | Generate text | `torchat --generate` |`generate` | ✅ | Evaluate model | `torchat --eval` | `eval` | 🚧 | Export model | `torchat --export` | `export` | ✅ |