diff options
| author | omagdy7 <omar.professional8777@gmail.com> | 2024-02-22 19:16:39 +0200 |
|---|---|---|
| committer | omagdy7 <omar.professional8777@gmail.com> | 2024-02-22 19:16:39 +0200 |
| commit | 8fb0d931dc32f974fa2dee32bddbd1f34f186abf (patch) | |
| tree | 9102ad14ea01a93e0a199c106aef1957f0c93720 /README.md | |
| parent | 481ae0c24785a1798a0445a2a982acce6db7e4f2 (diff) | |
| download | ollama-logseq-8fb0d931dc32f974fa2dee32bddbd1f34f186abf.tar.xz ollama-logseq-8fb0d931dc32f974fa2dee32bddbd1f34f186abf.zip | |
Updated README.md and modified version in package.json
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -11,8 +11,9 @@ A plugin to integrate [ollama](https://github.com/jmorganca/ollama) with [logseq # Features - The plugin currently has 6 commands - Ask Ai -> which is a prompt the AI freely without any context - - Ask Ai with context -> This is the same as Ask Ai but it gives the model the context of the current page - - Summarize -> Summarizs the whole page + - Ask Ai with page context -> This is the same as Ask Ai but it gives the model the context of the current page + - Ask Ai with block context -> This is the same as Ask Ai but it gives the model the context of the current block + - Summarize Page - Summarize Block - Create a flash card - Divide a todo task into subtasks @@ -21,7 +22,8 @@ A plugin to integrate [ollama](https://github.com/jmorganca/ollama) with [logseq - Summarize Block - Make a flash card - Divide task into subtasks - - Prompt from block + - Prompt from block (uses the block as a prompt) + - Custom prompt on block (uses the custom prompt defined in settings on the block) - Expand block - A slash command via /ollama - Button in tool bar |
