diff options
| author | David Li <taweili@gmail.com> | 2023-11-23 21:11:50 +0800 |
|---|---|---|
| committer | David Li <taweili@gmail.com> | 2023-11-23 21:11:50 +0800 |
| commit | 24d83897baa959c7dca5ed746a9beb9aff044f68 (patch) | |
| tree | 5e7e735899f84c5a7b9288bcc7030eaf4d256df0 /src/App.tsx | |
| parent | f3d8e7abd1d23f744a94b672d50b03ec83ae37df (diff) | |
| download | ollama-logseq-24d83897baa959c7dca5ed746a9beb9aff044f68.tar.xz ollama-logseq-24d83897baa959c7dca5ed746a9beb9aff044f68.zip | |
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', ]; |
