aboutsummaryrefslogtreecommitdiff
path: root/src/App.tsx
diff options
context:
space:
mode:
authorDavid Li <taweili@gmail.com>2023-11-23 21:11:50 +0800
committerDavid Li <taweili@gmail.com>2023-11-23 21:11:50 +0800
commit24d83897baa959c7dca5ed746a9beb9aff044f68 (patch)
tree5e7e735899f84c5a7b9288bcc7030eaf4d256df0 /src/App.tsx
parentf3d8e7abd1d23f744a94b672d50b03ec83ae37df (diff)
downloadollama-logseq-24d83897baa959c7dca5ed746a9beb9aff044f68.tar.xz
ollama-logseq-24d83897baa959c7dca5ed746a9beb9aff044f68.zip
Adding a "Summarize Block" command
Diffstat (limited to 'src/App.tsx')
-rw-r--r--src/App.tsx1
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',
];