Skip to content

Releases: pfrankov/obsidian-local-gpt

3.4.0

10 Sep 21:36

Choose a tag to compare

Added Commands to Action Palette


Type / anywhere in the Action Palette and change:

  • Provider
  • Model for selected provider
  • Creativity (LLM temperature preset)

Document mention in Action Palette



Type @ to attach any document to the question.

Sorting actions by drag'n'drop

3.2.2

27 Aug 20:44

Choose a tag to compare

Fixed Action Palette horizontal misalignment of task/list line #76

3.2.1

26 Aug 21:57

Choose a tag to compare

🎉 Action Palette

Now you can write one-time actions using Action Palette. Just select a text and use "Local GPT: Action Palette" command.

Setup a hotkey

  1. Open Obsidian Settings
  2. Go to Hotkeys
  3. Filter "Local" again and you should see "Local GPT: Action Palette"
  4. Click on + icon and press hotkey (e.g. ⌘ + J)

3.1.0

23 Aug 16:41

Choose a tag to compare

Advanced settings with RAG context size

image

3.0.1

12 Aug 21:01

Choose a tag to compare

Tiny change: removed ... from Enhanced Actions

3.0.0

12 Aug 20:37

Choose a tag to compare

🚨 Requires API v3 of AI Providers

You need to update your AI Providers plugin to the latest version to use this version of the plugin.

Added multilingual support

Languages Demo
  • English
  • Chinese
  • German
  • Russian

Create PR if it's not translated correctly to your language or you want to add a new one.

Moved ✨ Enhanced Action (RAG) to AI Providers

  • Means that embeddings will now be calculated only once for every provider/model pair and then will be shared between the plugins that use AI Providers.
  • 🚨 It also means that old embeddings created before this update must be recalculated.

2.1.0

05 Mar 19:59

Choose a tag to compare

Added "Thinking" state. Closes #64

2.0.1

20 Feb 19:53

Choose a tag to compare

Minor visual updates

2.0.0

19 Feb 22:20
d1a80cc

Choose a tag to compare

🔥 Biggest update ever!

Moved configuration to AI Providers — this allows to use only one plugin to setup any AI providers for all plugins at once (someday).
All existing providers must be semi-automatically migrated after AI Providers installation. If it's not — try to restart Obsidian and create an issue.

1.14.7

05 Dec 22:30

Choose a tag to compare

Fixed mime types for images, removed context optimizations for Ollama provider when it's an image in the selected text.