v0.1.1 - Adding the LLM fallback search feature to the plugin
Pre-release
Pre-release
Changes:
- When the initial search returns no result, the plugin now makes a call to openai's GPT-3 model to find a more suitable query.
- I increased the duration notices sent to the user stay on screen for better readability.
- Fleshed out the README to make it more clear and descriptive.
Please note that to use the gpt-3 enabled fallback search feature you need to set a valid openai API key as an environment variable called OPENAI_API_KEY
.
Installation:
Manually copy over main.js
, styles.css
, manifest.json
to your vault VaultFolder/.obsidian/plugins/your-plugin-id/
.
License:
This project is licensed under the terms of the MIT license.