Skip to content

Releases: pfrankov/obsidian-local-gpt

1.6.0

11 Jan 19:25
Compare
Choose a tag to compare

Added ability to set Fallback provider if the Default one is not available.

For example: set the default provider to OpenAI-like server and the fallback to Ollama.
When my remote server is unavailable request runs with fallback.

Kapture.2024-01-11.at.22.16.52.mp4


Added API key to make it possible to use plugin with OpenAI servers (but it's not recommended)
image

1.5.0

07 Jan 19:44
Compare
Choose a tag to compare

New release with 2 updates:

Ability to edit actions

image

Ability to change order of actions

image

1.4.2

21 Dec 19:06
Compare
Choose a tag to compare

Fixed first run

1.4.1

19 Dec 21:39
Compare
Choose a tag to compare

Fixed a potential issue with malicious code getting from the server

1.4.0

16 Dec 17:08
Compare
Choose a tag to compare

🎉 Streaming is available for both AI Providers
demo

There are additional actions to enable streaming with Ollama: OLLAMA_ORIGINS='*' ollama serve

1.3.0

13 Dec 20:35
Compare
Choose a tag to compare

New AI provider: OpenAI Compatible Server 🎉
Kapture 2023-12-13 at 23 28 50

Now it's possible to use Local GPT plugin on Windows machines. Also it's possible to run LLM on remote machine with better computational abilities.
Check the README.md for further instructions.

1.2.0

12 Dec 20:45
Compare
Choose a tag to compare

Added ability to share actions and quickly add new ones.
Added confirmation before action's removal.

1.1.1

12 Dec 14:55
Compare
Choose a tag to compare

Fixed issue with selected model for specific action

1.1.0

12 Dec 14:20
Compare
Choose a tag to compare

Added ability to change models using dropdown menu

1.0.0

03 Dec 12:02
Compare
Choose a tag to compare

Initial release