diff options
| author | Omar Magdy <99906646+omagdy7@users.noreply.github.com> | 2023-11-23 18:30:38 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-23 18:30:38 +0200 |
| commit | 13b20a208205f5682f50b6ea1f5d010aea7a7e7c (patch) | |
| tree | 5e7e735899f84c5a7b9288bcc7030eaf4d256df0 /src/App.tsx | |
| parent | f3d8e7abd1d23f744a94b672d50b03ec83ae37df (diff) | |
| parent | 24d83897baa959c7dca5ed746a9beb9aff044f68 (diff) | |
| download | ollama-logseq-13b20a208205f5682f50b6ea1f5d010aea7a7e7c.tar.xz ollama-logseq-13b20a208205f5682f50b6ea1f5d010aea7a7e7c.zip | |
Merge pull request #7 from taweili/master
Adding a "Summarize Block" command
Diffstat (limited to 'src/App.tsx')
| -rw-r--r-- | src/App.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/App.tsx b/src/App.tsx index c88108d..bd6aaa0 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -10,6 +10,7 @@ const options = [ 'Define', 'Divide into subtasks', 'Summarize', + 'Summarize Block', 'Convert to flash card', ]; |
