sparky45678k downloadsIntegrate local machine learning (OLLAMA) functionality into your notes, enhancing their capabilities.
This plugin was developed to make a better way to use Local LLM models with Obsidian.
cd ./obsidian/plugins
git clone https://github.com/Sparky4567/obsidian_ai_plugin.git
cd obsidian_ai_plugin
npm install
npm run build
open Obsidian app
enable community plugin support
enable LLM plugin
choose a module within the settings tab
https://ollama.com/download
Read documentation accordingly.
ollama run tinyllama
(Example)
npm install
to install all needed dependencies.
Your text will be changed with the text from LLM (Default is tinyllama)
If you have any questions related to the plugin or want to extend the functionality, write an email to [email protected] and I will try to respond as soon, as I can.