Skip to content

Commit

Permalink
Updated README.md and modified version in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
omagdy7 committed Feb 22, 2024
1 parent 481ae0c commit 8fb0d93
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ollama-logseq",
"version": "1.0.9",
"version": "1.1.2",
"main": "dist/index.html",
"scripts": {
"dev": "vite",
Expand Down

0 comments on commit 8fb0d93

Please sign in to comment.