Skip to content

Commit

Permalink
updates for previous commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
manimohans committed Jul 10, 2024
1 parent 7ab1edf commit 3178bb4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
This plugin integrates a local Large Language Model (LLM) service with Obsidian for summarizing and transforming text.

### Features
v1.0.10
* Ollama support + support for all LLM servers that support OpenAI API /v1/chat/completions endpoint.
* Better prompts for available personas.

v1.0.9
* Added personas to choose from - available in Settings menu (raise issue for new persona needs)

Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "local-llm-helper",
"name": "Local LLM Helper",
"version": "1.0.9",
"version": "1.0.10",
"minAppVersion": "1.5.12",
"description": "Use your own secure local LLM server to work with your text!",
"author": "Mani Mohan",
Expand Down
2 changes: 1 addition & 1 deletion updatetags.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#make sure to edit manifest.json - the version numbers must match!
git tag -a 1.0.9 -m "1.0.9"
git tag -a 1.0.10 -m "1.0.10"
git push origin 1.0.9

0 comments on commit 3178bb4

Please sign in to comment.